Changeset 14929 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 2, 2008 10:29:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDisk2Impl.h
r14783 r14929 249 249 void *pvUser); 250 250 251 static DECLCALLBACK(bool) vdConfigAreKeysValid (void *pvUser, 252 const char *pszzValid); 253 static DECLCALLBACK(int) vdConfigQuerySize (void *pvUser, const char *pszName, 254 size_t *pcbValue); 255 static DECLCALLBACK(int) vdConfigQuery (void *pvUser, const char *pszName, 256 char *pszValue, size_t cchValue); 257 251 258 static DECLCALLBACK(int) taskThread (RTTHREAD thread, void *pvUser); 252 259 … … 288 295 VDINTERFACECONFIG vdIfCallsConfig; 289 296 297 VDINTERFACE vdIfTcpNet; 298 VDINTERFACETCPNET vdIfCallsTcpNet; 299 290 300 PVDINTERFACE vdDiskIfaces; 291 301 };
Note:
See TracChangeset
for help on using the changeset viewer.