Changeset 39943 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Timestamp:
- Feb 1, 2012 7:59:10 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76024
- Location:
- trunk/src/VBox/Frontends/VBoxBalloonCtrl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp
r39942 r39943 64 64 * The module's RTGetOpt-IDs for the command line. 65 65 */ 66 staticenum GETOPTDEF_BALLOONCTRL66 enum GETOPTDEF_BALLOONCTRL 67 67 { 68 68 GETOPTDEF_BALLOONCTRL_BALLOOINC = 1000, -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdogInternal.h
r39942 r39943 106 106 /** The short module name. */ 107 107 const char *pszName; 108 /** The longer module name. */ 109 const char *pszDescription; 108 110 /** A comma-separated list of modules this module 109 111 * depends on. Might be NULL if no dependencies. */ … … 112 114 * module execution. */ 113 115 uint32_t uPriority; 114 /** The longer module name. */115 const char *pszDescription;116 116 /** The usage options stuff for the --help screen. */ 117 117 const char *pszUsage;
Note:
See TracChangeset
for help on using the changeset viewer.