aboutsummaryrefslogtreecommitdiff
path: root/conn_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'conn_data.h')
-rw-r--r--conn_data.h1
1 files changed, 1 insertions, 0 deletions
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
};