From b85c1a60bf7f27e37fe2a86b26aa83ff198e208e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 28 Jun 2020 22:18:57 +0200 Subject: server/protocol: Protocol version negotiation --- conn_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conn_data.h') diff --git a/conn_data.h b/conn_data.h index dae100f..4c6ab07 100644 --- a/conn_data.h +++ b/conn_data.h @@ -8,6 +8,7 @@ struct conn_data{ i64 bufsz,buflen; char *buffer; + i64 protversion; // -1 if not negotiated yet i64 userid; // -1 if not logged in }; -- cgit v1.2.3-54-g00ecf