diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-12 15:20:07 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-12 15:20:07 +0100 |
commit | fc8d30f2d6e9f3e463aff81a1630ff56f9463a22 (patch) | |
tree | d91c005451a74822516669f3f7cc3ade34971abb /src/ipcpd/normal/fmgr.c | |
parent | ed6ac5db8474edabe83f0cdcbe7f258f0859ea41 (diff) | |
parent | f8c14e0246a6c9cb5e8ff47869b5968abb63f010 (diff) | |
download | ouroboros-fc8d30f2d6e9f3e463aff81a1630ff56f9463a22.tar.gz ouroboros-fc8d30f2d6e9f3e463aff81a1630ff56f9463a22.zip |
Merged in dstaesse/ouroboros/be-timeout (pull request #323)
Be timeout
Diffstat (limited to 'src/ipcpd/normal/fmgr.c')
-rw-r--r-- | src/ipcpd/normal/fmgr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/normal/fmgr.c b/src/ipcpd/normal/fmgr.c index 41785ae4..8e416aa4 100644 --- a/src/ipcpd/normal/fmgr.c +++ b/src/ipcpd/normal/fmgr.c @@ -123,9 +123,9 @@ static int add_np1_fd(int fd, static void * fmgr_nm1_acceptor(void * o) { - int fd; - char * ae_name; - struct qos_spec qs; + int fd; + char * ae_name; + qosspec_t qs; (void) o; |