Changeset 30095 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 8, 2010 2:57:06 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62477
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r30082 r30095 200 200 /** The client ID for HGCM communication. */ 201 201 uint32_t uClientID; 202 /** Head node of list. */202 /** Head in a list of VBOXSERVICEVEPROPCACHEENTRY nodes. */ 203 203 RTLISTNODE NodeHead; 204 204 /** Critical section for thread-safe use. */ … … 213 213 typedef struct VBOXSERVICEVEPROPCACHEENTRY 214 214 { 215 /** Node to successor. */ 215 /** Node to successor. 216 * @todo r=bird: This is not really the node to the successor, but 217 * rather the OUR node in the list. If it helps, remember that 218 * its a doubly linked list. */ 216 219 RTLISTNODE NodeSucc; 217 220 /** Name (and full path) of guest property. */
Note:
See TracChangeset
for help on using the changeset viewer.