diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/shm_flow_set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/shm_flow_set.h b/include/ouroboros/shm_flow_set.h index 7b133c4e..dad58126 100644 --- a/include/ouroboros/shm_flow_set.h +++ b/include/ouroboros/shm_flow_set.h @@ -27,7 +27,7 @@ #include <sys/time.h> -struct portevent { +struct flowevent { int flow_id; int event; }; @@ -63,7 +63,7 @@ void shm_flow_set_notify(struct shm_flow_set * set, ssize_t shm_flow_set_wait(const struct shm_flow_set * shm_set, size_t idx, - struct portevent * fqueue, + struct flowevent * fqueue, const struct timespec * abstime); #endif /* OUROBOROS_LIB_SHM_FLOW_SET_H */ |