Changeset 104287 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 11, 2024 2:09:16 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r104286 r104287 234 234 * This is kept open while we have an open log file. */ 235 235 void *pvDirCtx; 236 # if ARCH_BITS == 32 237 void *pvPadding32; 238 # endif 236 239 237 240 /** Handle to log file (if open) - only used by the default output interface to avoid additional layers of indirection. */
Note:
See TracChangeset
for help on using the changeset viewer.