aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-10 17:26:03 +0200
committerMattias Andrée <maandree@kth.se>2020-05-10 17:26:03 +0200
commit0e676861b71b8a17fdf0b968ef32751e2df30444 (patch)
treea2c1bb8dc26c0f0c3dda126cec45df5682fcf682 /common.h
parentA few things (diff)
downloadlibaxl-0e676861b71b8a17fdf0b968ef32751e2df30444.tar.gz
libaxl-0e676861b71b8a17fdf0b968ef32751e2df30444.tar.bz2
libaxl-0e676861b71b8a17fdf0b968ef32751e2df30444.tar.xz
Documentation + return -1 screen when not specified
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index aee5172..e57fd78 100644
--- a/common.h
+++ b/common.h
@@ -55,7 +55,7 @@ DEFINE_CHECKED(ssize_t, __checked_ssize_t)
#define X_TCP_PORT 6000
-struct libaxl_connection { /* TODO add serialisation functions */
+struct libaxl_connection {
int fd;
uint16_t last_seqnum;
LIBAXL_CONNECTION_RWLOCK;