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 3331bcd9..3ab5cfdd 100644
--- a/lib/librte_vhost/fd_man.h
+++ b/lib/librte_vhost/fd_man.h
@@ -24,6 +24,7 @@ struct fdset {
struct pollfd rwfds[MAX_FDS];
struct fdentry fd[MAX_FDS];
pthread_mutex_t fd_mutex;
+ pthread_mutex_t fd_pooling_mutex;
int num; /* current fd number of this fdset */
union pipefds {