diff options
Diffstat (limited to 'epoll_type.h')
-rw-r--r-- | epoll_type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epoll_type.h b/epoll_type.h index f3ef415..fd9eac3 100644 --- a/epoll_type.h +++ b/epoll_type.h @@ -40,6 +40,8 @@ enum epoll_type { EPOLL_TYPE_VHOST_CMD, /* vhost-user kick event socket */ EPOLL_TYPE_VHOST_KICK, + /* vhost-user migration socket */ + EPOLL_TYPE_VHOST_MIGRATION, EPOLL_NUM_TYPES, }; |