diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-26 14:21:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-26 14:21:53 +0000 |
commit | 7530e8cdd506ecec1f4ad3bbd55f94de5a6d63ac (patch) | |
tree | 20917d9312d38cf57e04f17cec119d89873b57b3 /src/libunixonacid/textclient_command.c | |
parent | ad90bc1107ef9a76f4ca530cc41e86d4f352e3d9 (diff) | |
download | skalibs-7530e8cdd506ecec1f4ad3bbd55f94de5a6d63ac.tar.xz |
Separate and expose ancil_recv_fd/ancil_send_fd
The goal is to make late channel creation easy, as opposed to
textclient which always creates a new channel at start time.
This commit also moves posixishard.h inclusions as late as possible.
Diffstat (limited to 'src/libunixonacid/textclient_command.c')
-rw-r--r-- | src/libunixonacid/textclient_command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunixonacid/textclient_command.c b/src/libunixonacid/textclient_command.c index 56c7122..a0015ac 100644 --- a/src/libunixonacid/textclient_command.c +++ b/src/libunixonacid/textclient_command.c @@ -3,8 +3,8 @@ #include <sys/uio.h> #include <errno.h> -#include <skalibs/posixishard.h> #include <skalibs/textclient.h> +#include <skalibs/posixishard.h> int textclient_command (textclient_t *a, char const *s, size_t len, tain_t const *deadline, tain_t *stamp) { |