summaryrefslogtreecommitdiffstats
path: root/lib/librte_vhost/fd_man.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_vhost/fd_man.h')
-rw-r--r--lib/librte_vhost/fd_man.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_vhost/fd_man.h b/lib/librte_vhost/fd_man.h
index d319cac6..90d34db1 100644
--- a/lib/librte_vhost/fd_man.h
+++ b/lib/librte_vhost/fd_man.h
@@ -64,6 +64,6 @@ int fdset_add(struct fdset *pfdset, int fd,
void *fdset_del(struct fdset *pfdset, int fd);
-void fdset_event_dispatch(struct fdset *pfdset);
+void *fdset_event_dispatch(void *arg);
#endif