diff options
Diffstat (limited to '')
-rw-r--r-- | libaxl_attach.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libaxl_attach.c b/libaxl_attach.c new file mode 100644 index 0000000..33ac3b5 --- /dev/null +++ b/libaxl_attach.c @@ -0,0 +1,8 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +void +libaxl_attach(LIBAXL_CONNECTION *conn, int fd) +{ + conn->fd = fd; +} |