From 3534b428629be185e096be99e3bd5fdfe32d5544 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Sep 2014 18:55:44 +0000 Subject: initial commit with rc for skalibs-2.0.0.0 --- src/libunixonacid/skaclient_putmsg.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/libunixonacid/skaclient_putmsg.c (limited to 'src/libunixonacid/skaclient_putmsg.c') diff --git a/src/libunixonacid/skaclient_putmsg.c b/src/libunixonacid/skaclient_putmsg.c new file mode 100644 index 0000000..9dcb37d --- /dev/null +++ b/src/libunixonacid/skaclient_putmsg.c @@ -0,0 +1,16 @@ +/* ISC license. */ + +#include +#include +#include + +int skaclient_putmsg_and_close (skaclient_t *a, unixmessage_t const *m, unsigned char const *bits, unixmessage_handler_func_t *cb, void *result) +{ + if (!kolbak_enqueue(&a->kq, cb, result)) return 0 ; + if (!unixmessage_put_and_close(&a->syncout, m, bits)) + { + kolbak_unenqueue(&a->kq) ; + return 0 ; + } + return 1 ; +} -- cgit v1.2.3