LivestatusConnection: separator constant

This commit is contained in:
Thomas Gelf 2014-11-16 16:27:21 +01:00
parent e0143bf572
commit 7b6b9b8574
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ class Connection
const TYPE_UNIX = 1;
const TYPE_TCP = 2;
const FIELD_SEPARATOR = '`';
protected $bytesRead = 0;
protected $responseSize;
protected $status;