c1a200b0143781501feaf6309ab831992316ef7evboxsync/* $Id$ */
c1a200b0143781501feaf6309ab831992316ef7evboxsync/** @file
c1a200b0143781501feaf6309ab831992316ef7evboxsync * VBoxServiceVMInfo.h - Internal VM info definitions.
c1a200b0143781501feaf6309ab831992316ef7evboxsync */
c1a200b0143781501feaf6309ab831992316ef7evboxsync
c1a200b0143781501feaf6309ab831992316ef7evboxsync/*
c1a200b0143781501feaf6309ab831992316ef7evboxsync * Copyright (C) 2013 Oracle Corporation
c1a200b0143781501feaf6309ab831992316ef7evboxsync *
c1a200b0143781501feaf6309ab831992316ef7evboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
c1a200b0143781501feaf6309ab831992316ef7evboxsync * available from http://www.virtualbox.org. This file is free software;
c1a200b0143781501feaf6309ab831992316ef7evboxsync * you can redistribute it and/or modify it under the terms of the GNU
c1a200b0143781501feaf6309ab831992316ef7evboxsync * General Public License (GPL) as published by the Free Software
c1a200b0143781501feaf6309ab831992316ef7evboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
c1a200b0143781501feaf6309ab831992316ef7evboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
c1a200b0143781501feaf6309ab831992316ef7evboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
c1a200b0143781501feaf6309ab831992316ef7evboxsync */
c1a200b0143781501feaf6309ab831992316ef7evboxsync
c1a200b0143781501feaf6309ab831992316ef7evboxsync#ifndef ___VBoxServiceVMInfo_h
c1a200b0143781501feaf6309ab831992316ef7evboxsync#define ___VBoxServiceVMInfo_h
c1a200b0143781501feaf6309ab831992316ef7evboxsync
c1a200b0143781501feaf6309ab831992316ef7evboxsync//RT_C_DECLS_BEGIN
c1a200b0143781501feaf6309ab831992316ef7evboxsync
c1a200b0143781501feaf6309ab831992316ef7evboxsyncextern int vboxServiceUserUpdateF(PVBOXSERVICEVEPROPCACHE pCache, const char *pszUser, const char *pszDomain,
c1a200b0143781501feaf6309ab831992316ef7evboxsync const char *pszKey, const char *pszValueFormat, ...);
c1a200b0143781501feaf6309ab831992316ef7evboxsync
c1a200b0143781501feaf6309ab831992316ef7evboxsync//RT_C_DECLS_END
c1a200b0143781501feaf6309ab831992316ef7evboxsync
1646e365c3a6d92c4a6f32829bb2ba7114555735vboxsyncextern uint32_t g_uVMInfoUserIdleThresholdMS;
c1a200b0143781501feaf6309ab831992316ef7evboxsync
c1a200b0143781501feaf6309ab831992316ef7evboxsync#endif /* ___VBoxServiceVMInfo_h */
c1a200b0143781501feaf6309ab831992316ef7evboxsync