LivestatusConnection: separator constant
This commit is contained in:
parent
e0143bf572
commit
7b6b9b8574
|
@ -34,6 +34,8 @@ class Connection
|
||||||
const TYPE_UNIX = 1;
|
const TYPE_UNIX = 1;
|
||||||
const TYPE_TCP = 2;
|
const TYPE_TCP = 2;
|
||||||
|
|
||||||
|
const FIELD_SEPARATOR = '`';
|
||||||
|
|
||||||
protected $bytesRead = 0;
|
protected $bytesRead = 0;
|
||||||
protected $responseSize;
|
protected $responseSize;
|
||||||
protected $status;
|
protected $status;
|
||||||
|
|
Loading…
Reference in New Issue