Changeset 19729 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 15, 2009 11:54:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47346
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r19592 r19729 263 263 DECLASM(int) UNWIND_WRAP(RTMpPokeCpu)(RTCPUID idCpu); 264 264 /* RTLogRelDefaultInstance - not necessary. */ 265 DECLASM(int) UNWIND_WRAP(RTLogSetDefaultInstanceThread)( PRTLOGGER pLogger, uintptr_t uKey);265 DECLASM(int) UNWIND_WRAP(RTLogSetDefaultInstanceThread)(RTNATIVETHREAD hNativeThread, PRTLOGGER pLogger, uintptr_t uKey); 266 266 /* RTLogLogger - can't wrap this buster. */ 267 267 /* RTLogLoggerEx - can't wrap this buster. */ … … 727 727 * Remove logger instances related to this session. 728 728 */ 729 RTLogSetDefaultInstanceThread(N ULL, (uintptr_t)pSession);729 RTLogSetDefaultInstanceThread(NIL_RTNATIVETHREAD, NULL, (uintptr_t)pSession); 730 730 731 731 /* -
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r19672 r19729 188 188 * and renaming the related IOCtls too. 189 189 */ 190 #define SUPDRV_IOC_VERSION 0x000 c0001190 #define SUPDRV_IOC_VERSION 0x000d0001 191 191 192 192 /** SUP_IOCTL_COOKIE. */
Note:
See TracChangeset
for help on using the changeset viewer.