From 755b5086e8a5c50328a1bbccc499058f5f87cc47 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Jun 2020 16:54:54 +0200 Subject: Minor fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') 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; -- cgit v1.2.3-70-g09d2