Changeset 41043 in vbox
- Timestamp:
- Apr 24, 2012 11:35:31 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp
r41040 r41043 84 84 static uint64_t g_uHistoryFileSize = 100 * _1M; /* Max 100MB per file. */ 85 85 86 #if defined(RT_OS_DARWIN) || defined(RT_OS_LINUX) || defined (RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)87 86 /** Run in background. */ 88 87 static bool g_fDaemonize = false; 89 #endif90 88 91 89 /**
Note:
See TracChangeset
for help on using the changeset viewer.