From ad28e916756f7075a06f6b54d456676d0c081b36 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 2 Sep 2016 11:09:13 +0200 Subject: lib: ipcp: Decouple flow_dealloc Sending a dealloc to the irmd moved to its own call. --- include/ouroboros/ipcp.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/ouroboros/ipcp.h') diff --git a/include/ouroboros/ipcp.h b/include/ouroboros/ipcp.h index a83d8a77..98337da6 100644 --- a/include/ouroboros/ipcp.h +++ b/include/ouroboros/ipcp.h @@ -73,12 +73,9 @@ int ipcp_flow_alloc_reply(pid_t api, int port_id, int response); -/* - * This operation can go both ways - * api == 0 means the IRMd is the destination - */ int ipcp_flow_dealloc(pid_t api, int port_id); +int irm_flow_dealloc(int port_id); #endif /* OUROBOROS_IPCP_H */ -- cgit v1.2.3