sync
This commit is contained in:
parent
3fee297136
commit
58dfd063f3
@ -81,6 +81,8 @@ namespace core {
|
|||||||
///
|
///
|
||||||
|
|
||||||
TCPServer &server;
|
TCPServer &server;
|
||||||
|
|
||||||
|
enum Mode {LINE, BLOCK};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
@ -150,7 +152,6 @@ namespace core {
|
|||||||
int lineBufferSize = 0;
|
int lineBufferSize = 0;
|
||||||
std::mutex mtx;
|
std::mutex mtx;
|
||||||
bool term = false;
|
bool term = false;
|
||||||
enum Mode {LINE, BLOCK};
|
|
||||||
enum Mode mode = LINE;
|
enum Mode mode = LINE;
|
||||||
int blockSize;
|
int blockSize;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user