Changeset 40011 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Timestamp:
- Feb 6, 2012 10:26:52 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp
r40010 r40011 34 34 * The module's RTGetOpt-IDs for the command line. 35 35 */ 36 staticenum GETOPTDEF_APIMON36 enum GETOPTDEF_APIMON 37 37 { 38 38 GETOPTDEF_APIMON_ISLN_RESPONSE = 3000, -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp
r40010 r40011 33 33 * The module's RTGetOpt-IDs for the command line. 34 34 */ 35 staticenum GETOPTDEF_BALLOONCTRL35 enum GETOPTDEF_BALLOONCTRL 36 36 { 37 37 GETOPTDEF_BALLOONCTRL_BALLOOINC = 2000, -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp
r40010 r40011 106 106 }; 107 107 108 staticenum GETOPTDEF_WATCHDOG108 enum GETOPTDEF_WATCHDOG 109 109 { 110 110 GETOPTDEF_WATCHDOG_DRYRUN = 1000
Note:
See TracChangeset
for help on using the changeset viewer.