diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-10 19:16:41 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-10 19:16:41 +0200 |
commit | 16cf56fc3c31a2f6201c4d9cc6e6ad314f9a1f37 (patch) | |
tree | 8a1654ef31bb091c285887a3b6c5d4ad1287382c /include | |
parent | 88e820cd80323cf7f08fb7be1e683200016e9d34 (diff) | |
parent | 11c6be30491ebe4e41380f48a271c57bcff4b043 (diff) | |
download | ouroboros-16cf56fc3c31a2f6201c4d9cc6e6ad314f9a1f37.tar.gz ouroboros-16cf56fc3c31a2f6201c4d9cc6e6ad314f9a1f37.zip |
Merged in dstaesse/ouroboros/be-api-bind (pull request #203)
lib, irmd: Bind AP instances to AP_subsets
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/dev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h index d5fb744b..a0885b70 100644 --- a/include/ouroboros/dev.h +++ b/include/ouroboros/dev.h @@ -36,6 +36,9 @@ int ap_init(char * ap_name); void ap_fini(void); +/* This call binds an instance to a specific subset of applications */ +int api_bind(char * ap_subset); + /* Returns file descriptor (> 0) and client AE name. */ int flow_accept(char ** ae_name); int flow_alloc_resp(int fd, int result); |