summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/fmgr.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-07 10:35:49 +0000
committerSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-07 10:35:49 +0000
commit1bf2dd6aef3af6c81794c0551278373e44310b5c (patch)
tree2c5bb331021e0b15eb43827d05cd06082b6c8edb /src/ipcpd/normal/fmgr.h
parent129d5e06d627346cb30ce60cdf43f8a1ae023dcb (diff)
parentd64f05e8bf1277132b648bda2e1175ad8c1d2d5c (diff)
downloadouroboros-1bf2dd6aef3af6c81794c0551278373e44310b5c.tar.gz
ouroboros-1bf2dd6aef3af6c81794c0551278373e44310b5c.zip
Merged in dstaesse/ouroboros/be-wip (pull request #362)
ipcpd, lib: Revise normal IPCP
Diffstat (limited to 'src/ipcpd/normal/fmgr.h')
-rw-r--r--src/ipcpd/normal/fmgr.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/ipcpd/normal/fmgr.h b/src/ipcpd/normal/fmgr.h
index ae5c8ea8..3c61f55a 100644
--- a/src/ipcpd/normal/fmgr.h
+++ b/src/ipcpd/normal/fmgr.h
@@ -28,34 +28,34 @@
#include "ae.h"
#include "frct.h"
-int fmgr_init(void);
+int fmgr_init(void);
-int fmgr_fini(void);
+void fmgr_fini(void);
-int fmgr_np1_alloc(int fd,
- char * dst_ap_name,
- char * src_ae_name,
- qoscube_t qos);
+int fmgr_np1_alloc(int fd,
+ char * dst_ap_name,
+ char * src_ae_name,
+ qoscube_t qos);
-int fmgr_np1_alloc_resp(int fd,
- int response);
+int fmgr_np1_alloc_resp(int fd,
+ int response);
-int fmgr_np1_dealloc(int fd);
+int fmgr_np1_dealloc(int fd);
-int fmgr_np1_post_buf(cep_id_t id,
- buffer_t * buf);
+int fmgr_np1_post_buf(cep_id_t id,
+ buffer_t * buf);
-int fmgr_np1_post_sdu(cep_id_t id,
- struct shm_du_buff * sdb);
-
-int fmgr_nm1_write_sdu(struct pci * pci,
+int fmgr_np1_post_sdu(cep_id_t id,
struct shm_du_buff * sdb);
-int fmgr_nm1_write_buf(struct pci * pci,
- buffer_t * buf);
+int fmgr_nm1_write_sdu(struct pci * pci,
+ struct shm_du_buff * sdb);
+
+int fmgr_nm1_write_buf(struct pci * pci,
+ buffer_t * buf);
-int fmgr_nm1_flow_arr(int fd,
- qosspec_t qs);
+int fmgr_nm1_flow_arr(int fd,
+ qosspec_t qs);
#endif /* OUROBOROS_IPCPD_NORMAL_FMGR_H */