aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-04-22 21:25:46 +0200
committerMattias Andrée <maandree@kth.se>2022-04-22 21:25:46 +0200
commit2c4f665818316f7b6d96bd8a7ca45b608c25879c (patch)
treee2b4b9401b6d21a66d5303838b8eab2f542399ca /common.h
parentHousekeeping and documentation (diff)
downloadlibaxl-2c4f665818316f7b6d96bd8a7ca45b608c25879c.tar.gz
libaxl-2c4f665818316f7b6d96bd8a7ca45b608c25879c.tar.bz2
libaxl-2c4f665818316f7b6d96bd8a7ca45b608c25879c.tar.xz
Housekeeping
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 412a45f..443bcc3 100644
--- a/common.h
+++ b/common.h
@@ -78,7 +78,7 @@ struct libaxl_connection {
int fd;
uint16_t last_seqnum;
LIBAXL_CONNECTION_RWLOCK;
- LIBAXL_CONTEXT *pending_out; /* TODO can _Atomic be used instead of mutex */
+ LIBAXL_CONTEXT *pending_out; /* XXX can _Atomic be used instead of mutex */
size_t in_progress;
size_t in_buf_size;
char *in_buf;