diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-09-02 12:18:49 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-09-02 12:18:49 +0200 |
commit | ee2235c62cf0c51f7188fdeb6ac283c1e2ea0335 (patch) | |
tree | 35502bdec6dd660cd1b7e6f69740c5fef2319be4 /include | |
parent | 4493d36a4769c6625e3025a0c484bf0ec65708bd (diff) | |
parent | ad28e916756f7075a06f6b54d456676d0c081b36 (diff) | |
download | ouroboros-ee2235c62cf0c51f7188fdeb6ac283c1e2ea0335.tar.gz ouroboros-ee2235c62cf0c51f7188fdeb6ac283c1e2ea0335.zip |
Merged in dstaesse/ouroboros/be-ipcp-dev (pull request #237)
lib: ipcp: Decouple flow_dealloc
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/ipcp.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 */ |