Changeset 28696 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Apr 24, 2010 10:17:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r28695 r28696 159 159 { "dec", sizeof("dec" ) - 1, RTLOGFLAGS_DECIMAL_TS, false }, 160 160 { "hex", sizeof("hex" ) - 1, RTLOGFLAGS_DECIMAL_TS, true }, 161 { "writethru", sizeof("writethru" ) - 1, RTLOGFLAGS_WRITE_THROUGH, true},162 { "writethrough", sizeof("writethrough") - 1, RTLOGFLAGS_WRITE_THROUGH, true},163 { "flush", sizeof("flush" ) - 1, RTLOGFLAGS_FLUSH, true},161 { "writethru", sizeof("writethru" ) - 1, RTLOGFLAGS_WRITE_THROUGH, false }, 162 { "writethrough", sizeof("writethrough") - 1, RTLOGFLAGS_WRITE_THROUGH, false }, 163 { "flush", sizeof("flush" ) - 1, RTLOGFLAGS_FLUSH, false }, 164 164 { "lockcnts", sizeof("lockcnts" ) - 1, RTLOGFLAGS_PREFIX_LOCK_COUNTS, false }, 165 165 { "cpuid", sizeof("cpuid" ) - 1, RTLOGFLAGS_PREFIX_CPUID, false },
Note:
See TracChangeset
for help on using the changeset viewer.