aboutsummaryrefslogtreecommitdiffstats
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_vhost/fd_man.h b/lib/librte_vhost/fd_man.h
index 90d34db1..c0088388 100644
--- a/lib/librte_vhost/fd_man.h
+++ b/lib/librte_vhost/fd_man.h
@@ -63,6 +63,7 @@ int fdset_add(struct fdset *pfdset, int fd,
fd_cb rcb, fd_cb wcb, void *dat);
void *fdset_del(struct fdset *pfdset, int fd);
+int fdset_try_del(struct fdset *pfdset, int fd);
void *fdset_event_dispatch(void *arg);