summaryrefslogtreecommitdiff
path: root/include/ouroboros/dev.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-14 14:55:39 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-14 14:55:39 +0200
commit6271d09bdd17114c3095b7e819a7bcded14f26a5 (patch)
treea1c2a7bd200eb0343557524ddc80b0af6df4ec9e /include/ouroboros/dev.h
parentddfc7091d2698d36c1cfec49eaaad96b278bb37b (diff)
parent95124310f647913a678060fc10155a0ad9311dba (diff)
downloadouroboros-6271d09bdd17114c3095b7e819a7bcded14f26a5.tar.gz
ouroboros-6271d09bdd17114c3095b7e819a7bcded14f26a5.zip
Merged in dstaesse/ouroboros/be-api (pull request #122)
lib, irmd, tools, ipcpd: updates to dev API.
Diffstat (limited to 'include/ouroboros/dev.h')
-rw-r--r--include/ouroboros/dev.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h
index 506fa789..ee253ff8 100644
--- a/include/ouroboros/dev.h
+++ b/include/ouroboros/dev.h
@@ -36,12 +36,8 @@
int ap_init(char * ap_name);
void ap_fini(void);
-/* Returns file descriptor */
-int ap_reg(char ** difs, size_t difs_size);
-int ap_unreg(char ** difs, size_t difs_size);
-
-/* Returns file descriptor (> 0) and client name(s) */
-int flow_accept(int fd, char ** ap_name, char ** ae_name);
+/* Returns file descriptor (> 0) and client AE name */
+int flow_accept(char ** ae_name);
int flow_alloc_resp(int fd, int result);
/* Returns file descriptor */