From 71f10f5efab37f3df3d909d324cff2e098d21c85 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 7 Oct 2016 15:25:22 +0200 Subject: lib, dev: Add asynchronous deallocation Flow deallocation from the application will immediately return (void call). The IRMd will not send a reply message. --- include/ouroboros/sockets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ouroboros/sockets.h') diff --git a/include/ouroboros/sockets.h b/include/ouroboros/sockets.h index aef4259e..3885ffb2 100644 --- a/include/ouroboros/sockets.h +++ b/include/ouroboros/sockets.h @@ -54,4 +54,6 @@ irm_msg_t * send_recv_irm_msg(irm_msg_t * msg); irm_msg_t * send_recv_irm_msg_b(irm_msg_t * msg); +void send_irm_msg(irm_msg_t * msg); + #endif -- cgit v1.2.3