aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-19 16:54:54 +0200
committerMattias Andrée <maandree@kth.se>2020-06-19 16:54:54 +0200
commit755b5086e8a5c50328a1bbccc499058f5f87cc47 (patch)
tree51ebedbcc6c39a0bfc06eb913d7f4f0fd5c65d6f /common.h
parentFix libaxl_receive (diff)
downloadlibaxl-755b5086e8a5c50328a1bbccc499058f5f87cc47.tar.gz
libaxl-755b5086e8a5c50328a1bbccc499058f5f87cc47.tar.bz2
libaxl-755b5086e8a5c50328a1bbccc499058f5f87cc47.tar.xz
Minor fixes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index ee68661..5dae5a1 100644
--- a/common.h
+++ b/common.h
@@ -77,7 +77,7 @@ struct libaxl_connection {
int fd;
uint16_t last_seqnum;
LIBAXL_CONNECTION_RWLOCK;
- LIBAXL_CONTEXT *pending_out;
+ LIBAXL_CONTEXT *pending_out; /* TODO can _Atomic be used instead of mutex */
size_t in_progress;
size_t in_buf_size;
char *in_buf;