diff options
author | Mattias Andrée <maandree@kth.se> | 2022-04-22 21:25:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-04-22 21:25:46 +0200 |
commit | 2c4f665818316f7b6d96bd8a7ca45b608c25879c (patch) | |
tree | e2b4b9401b6d21a66d5303838b8eab2f542399ca /libaxl_send_request.c | |
parent | Housekeeping and documentation (diff) | |
download | libaxl-2c4f665818316f7b6d96bd8a7ca45b608c25879c.tar.gz libaxl-2c4f665818316f7b6d96bd8a7ca45b608c25879c.tar.bz2 libaxl-2c4f665818316f7b6d96bd8a7ca45b608c25879c.tar.xz |
Housekeeping
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_send_request.c')
-rw-r--r-- | libaxl_send_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl_send_request.c b/libaxl_send_request.c index 0e96177..b8d9146 100644 --- a/libaxl_send_request.c +++ b/libaxl_send_request.c @@ -166,7 +166,7 @@ send_all(int fd, const void *restrict data, size_t n, int flags, size_t *restric return 0; } -/* TODO make it possible to send multiple request in the same syscall */ +/* XXX make it possible to send multiple request in the same syscall */ int libaxl_send_request(LIBAXL_CONTEXT *restrict ctx, union libaxl_request_const_ptr request, int flags, uint16_t *restrict seqnump) { |