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:
Charl Wentzel
2016-07-27 13:42:50 +02:00
parent 1a9f825b25
commit eaace97ec9
6 changed files with 44 additions and 23 deletions

View File

@@ -68,8 +68,8 @@ protected:
return LocalIO;
}
// Low Level Local IO interfaces
virtual int Output( const TLocalIO * LocalIO, const char * Data, int Len );
// Manual Data Input/Output
virtual int Output( const TLocalIO * LocalIO, const char * Data, int Len );
public:
// Life cycle