Changeset 69101 in vbox for trunk/include/iprt
- Timestamp:
- Oct 17, 2017 9:48:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r66274 r69101 439 439 440 440 /** 441 * Logger destination type .441 * Logger destination types and flags. 442 442 */ 443 443 typedef enum RTLOGDEST … … 455 455 /** Log a memory ring buffer. */ 456 456 RTLOGDEST_RINGBUF = 0x00000020, 457 /** Open files with no deny (share read, write, delete) on Windows. */ 458 RTLOGDEST_F_NO_DENY = 0x00010000, 457 459 /** Just a dummy flag to be used when no other flag applies. */ 458 460 RTLOGDEST_DUMMY = 0x20000000,
Note:
See TracChangeset
for help on using the changeset viewer.