New upstream version 16.11.7
[deb_dpdk.git] / lib / librte_vhost / fd_man.h
index d319cac..20781c0 100644 (file)
@@ -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(struct fdset *pfdset);