From b23e3024d12c28b01426cc37d5adf03f9c1bea88 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sun, 23 Oct 2016 23:00:15 +0200 Subject: lib: Stabilise flow allocation Deallocation was reverted to a synchronoous operation between the AP, IRMd and IPCP in order to avoid inconsistent states of the port_id. Fixes some memory leaks, particularly the shm_flow_set is now closed upon deallocation. --- include/ouroboros/sockets.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ouroboros/sockets.h') diff --git a/include/ouroboros/sockets.h b/include/ouroboros/sockets.h index 3885ffb2..aef4259e 100644 --- a/include/ouroboros/sockets.h +++ b/include/ouroboros/sockets.h @@ -54,6 +54,4 @@ 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