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