Decode EPOLLRDHUP

* desc.c (epollevents): Add EPOLLRDHUP.

Reported-by: Марк Коренберг <socketpair@gmail.com>
This commit is contained in:
Дмитрий Левин 2011-10-11 15:55:40 +00:00
parent be55ce794a
commit 5967c1a66b

3
desc.c
View File

@ -674,6 +674,9 @@ static const struct xlat epollevents[] = {
#ifdef EPOLLHUP
{ EPOLLHUP, "EPOLLHUP" },
#endif
#ifdef EPOLLRDHUP
{ EPOLLRDHUP, "EPOLLRDHUP" },
#endif
#ifdef EPOLLONESHOT
{ EPOLLONESHOT, "EPOLLONESHOT" },
#endif