diff options
Diffstat (limited to 'flow.c')
| -rw-r--r-- | flow.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -357,6 +357,7 @@ static void flow_set_state(struct flow_common *f, enum flow_state state) * * Return: true if flow is registered with epoll, false otherwise */ +/* cppcheck-suppress unusedFunction */ bool flow_in_epoll(const struct flow_common *f) { return f->epollid != EPOLLFD_ID_INVALID; |
