diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-28 11:51:59 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-28 11:51:59 +0000 |
commit | 256d83081b93f39ad2e3f945b8b3d00e50c48972 (patch) | |
tree | 414549053101f95fb0985fb68a7f3b9ea9bb18e5 /src/ipcpd/normal/fa.h | |
parent | 4f9f6d4c9a5930166220244936ecdb040a8d7450 (diff) | |
parent | 9177b0f3f72203cb6e18ee59c98b531a698d7f19 (diff) | |
download | ouroboros-256d83081b93f39ad2e3f945b8b3d00e50c48972.tar.gz ouroboros-256d83081b93f39ad2e3f945b8b3d00e50c48972.zip |
Merged in sandervrijders/ouroboros/be-frct-api (pull request #497)
ipcpd: normal: Split connection establishment
Diffstat (limited to 'src/ipcpd/normal/fa.h')
-rw-r--r-- | src/ipcpd/normal/fa.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ipcpd/normal/fa.h b/src/ipcpd/normal/fa.h index d370a381..6ca705e4 100644 --- a/src/ipcpd/normal/fa.h +++ b/src/ipcpd/normal/fa.h @@ -45,10 +45,9 @@ int fa_alloc_resp(int fd, int fa_dealloc(int fd); -int fa_post_buf(cep_id_t cep_id, - buffer_t * buf); +int fa_post_sdu(struct shm_du_buff * sdb); -int fa_post_sdu(cep_id_t cep_id, - struct shm_du_buff * sdb); +int fa_post_sdu_user(cep_id_t cep_id, + struct shm_du_buff * sdb); #endif /* OUROBOROS_IPCPD_NORMAL_FA_H */ |