Minor Update:
- BufferCore: - Method WriteToFD should ignore EAGAIN - LogCore: - Add OUT_COUNT output bit (show total output bytes) - SelectableCore: - Add Force param on WriteToFD, ignore EAGAIN if !Force
This commit is contained in:
11
LogCore.h
11
LogCore.h
@@ -18,11 +18,12 @@
|
||||
|
||||
// Debug options
|
||||
const short
|
||||
OUT_NORMAL = 1,
|
||||
OUT_HEX = 2,
|
||||
OUT_BIN = 4,
|
||||
OUT_CRLF = 8,
|
||||
OUT_ASIS = 16;
|
||||
OUT_COUNT = 1,
|
||||
OUT_NORMAL = 2,
|
||||
OUT_HEX = 4,
|
||||
OUT_BIN = 8,
|
||||
OUT_CRLF = 16,
|
||||
OUT_ASIS = 32;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user