diff options
Diffstat (limited to 'server/src/connection.h')
-rw-r--r-- | server/src/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/connection.h b/server/src/connection.h index 61997da..f1735a8 100644 --- a/server/src/connection.h +++ b/server/src/connection.h @@ -58,6 +58,8 @@ private: TransactionParser parser; std::string response; + + bool parser_complete; }; #endif/*__PRACRO_CONNECTION_H__*/ |