diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-05-24 09:54:12 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-05-24 09:54:12 +0000 |
commit | be49633c7069c2a2273add8c1dd0425a8f25dd1e (patch) | |
tree | 4647e7be5bf83ca853b32b35d926cbc0450ddb48 /src/ipcpd/normal/fa.h | |
parent | 6cbe31eb5a14eaa993200fe7fe5710aab4b999f3 (diff) | |
parent | 3d887b172c37c4418c6173048e6a317eb0c36e57 (diff) | |
download | ouroboros-be49633c7069c2a2273add8c1dd0425a8f25dd1e.tar.gz ouroboros-be49633c7069c2a2273add8c1dd0425a8f25dd1e.zip |
Merged in dstaesse/ouroboros/be-normal-dt-reg (pull request #510)
ipcpd: Allow registering protocol machines with DT
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 */ |