Changeset 4860 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 17, 2007 3:45:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/logbackdoor.cpp
r4802 r4860 84 84 */ 85 85 # include <linux/module.h> 86 # ifdef DEBUG87 /* We only export the full logging infrastructure to the guest kernel88 modules in debug builds. */89 86 EXPORT_SYMBOL(RTLogBackdoorPrintf); 90 # endif91 87 EXPORT_SYMBOL(RTLogWriteUser); 92 88 #endif /* RT_OS_LINUX && IN_MODULE */ 93
Note:
See TracChangeset
for help on using the changeset viewer.