summaryrefslogtreecommitdiff
path: root/lib/vhost/fd_man.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vhost/fd_man.h')
-rw-r--r--lib/vhost/fd_man.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vhost/fd_man.h b/lib/vhost/fd_man.h
index 7816fb11ac..4e00f94758 100644
--- a/lib/vhost/fd_man.h
+++ b/lib/vhost/fd_man.h
@@ -24,7 +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;
+ pthread_mutex_t fd_polling_mutex;
int num; /* current fd number of this fdset */
union pipefds {