From e1c0714d5827cd927961f3a687d9720e6e9aa802 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 5 Apr 2017 20:02:28 +0200 Subject: lib, irmd: Implement flow allocation timeout Setting the timeouts on flow_alloc and flow_accept will now work. This makes some changes to the UNIX sockets used for management communication between the APs, IRMd and IPCPs. --- include/ouroboros/sockets.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/ouroboros/sockets.h b/include/ouroboros/sockets.h index bcc60e17..8237efb6 100644 --- a/include/ouroboros/sockets.h +++ b/include/ouroboros/sockets.h @@ -53,6 +53,4 @@ int client_socket_open(char * file_name); irm_msg_t * send_recv_irm_msg(irm_msg_t * msg); -irm_msg_t * send_recv_irm_msg_b(irm_msg_t * msg); - #endif -- cgit v1.2.3