aboutsummaryrefslogtreecommitdiff
path: root/util/fdmon-poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fdmon-poll.c')
-rw-r--r--util/fdmon-poll.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/fdmon-poll.c b/util/fdmon-poll.c
index 67992116b8..28114a0f39 100644
--- a/util/fdmon-poll.c
+++ b/util/fdmon-poll.c
@@ -93,7 +93,9 @@ static int fdmon_poll_wait(AioContext *ctx, AioHandlerList *ready_list,
return ret;
}
-static void fdmon_poll_update(AioContext *ctx, AioHandler *node, bool is_new)
+static void fdmon_poll_update(AioContext *ctx,
+ AioHandler *old_node,
+ AioHandler *new_node)
{
/* Do nothing, AioHandler already contains the state we'll need */
}