Changeset 33540 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r33395 r33540 69 69 * Global Variables * 70 70 *******************************************************************************/ 71 /** The vminfo interval (mill seconds). */71 /** The vminfo interval (milliseconds). */ 72 72 static uint32_t g_cMsVMInfoInterval = 0; 73 73 /** The semaphore we're blocking on. */ … … 235 235 236 236 #elif defined(RT_OS_FREEBSD) 237 /** @todo FreeBSD: Port logged on user info retri val.237 /** @todo FreeBSD: Port logged on user info retrieval. 238 238 * However, FreeBSD 9 supports utmpx, so we could use the code 239 239 * block below (?). */ … … 241 241 242 242 #elif defined(RT_OS_OS2) 243 /** @todo OS/2: Port logged on (LAN/local/whatever) user info retri val. */243 /** @todo OS/2: Port logged on (LAN/local/whatever) user info retrieval. */ 244 244 rc = VERR_NOT_IMPLEMENTED; 245 245 … … 673 673 #endif /* !RT_OS_WINDOWS */ 674 674 675 #if 0 /* Zapping not enabled yet, need ds more testing first. */675 #if 0 /* Zapping not enabled yet, needs more testing first. */ 676 676 /* 677 677 * Zap all stale network interface data if the former (saved) network ifaces count
Note:
See TracChangeset
for help on using the changeset viewer.