summaryrefslogtreecommitdiffstats
path: root/qdbd/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'qdbd/server.h')
-rw-r--r--qdbd/server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qdbd/server.h b/qdbd/server.h
index 9c963f9..6f5d36a 100644
--- a/qdbd/server.h
+++ b/qdbd/server.h
@@ -54,8 +54,9 @@ private:
void processQueue();
void handleOpen(StreamId hostId, const QByteArray &tag);
void resetServer(bool hostConnected);
- void handleWrite(QdbMessage message);
+ void handleWrite(const QdbMessage &message);
void closeStream(StreamId id);
+ void checkVersion(const QdbMessage &message);
ServerState m_state;
std::unordered_map<StreamId, std::unique_ptr<Executor>> m_executors;