diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-05-23 13:38:03 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-05-24 11:23:07 +0200 |
commit | 3d887b172c37c4418c6173048e6a317eb0c36e57 (patch) | |
tree | e251a93bb3f573fc5010b3be418fbfaa876c9c7c /src/ipcpd/normal/fa.h | |
parent | 78c9a10950ee93f90d83ab727b1d1d3430e2effa (diff) | |
download | ouroboros-3d887b172c37c4418c6173048e6a317eb0c36e57.tar.gz ouroboros-3d887b172c37c4418c6173048e6a317eb0c36e57.zip |
ipcpd: Allow registering protocol machines with DT
Other protocol machines now have to register on top of the DT AE. This
allows multiple instances of the same protocol machine and avoids
preallocating fds for each protocol machine instance.
Diffstat (limited to 'src/ipcpd/normal/fa.h')
-rw-r--r-- | src/ipcpd/normal/fa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/normal/fa.h b/src/ipcpd/normal/fa.h index 264d45ea..a77dc723 100644 --- a/src/ipcpd/normal/fa.h +++ b/src/ipcpd/normal/fa.h @@ -43,6 +43,4 @@ int fa_alloc_resp(int fd, int fa_dealloc(int fd); -int fa_post_sdu(struct shm_du_buff * sdb); - #endif /* OUROBOROS_IPCPD_NORMAL_FA_H */ |