aboutgitcodebugslistschat
path: root/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow.c')
-rw-r--r--flow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flow.c b/flow.c
index 3d2c211..ca569b5 100644
--- a/flow.c
+++ b/flow.c
@@ -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;