Split epoll lookup table into a separate header file

It accounted for more than half the length of epoll.c, and it's
machine-generated, so we might as well keep it separate.
This commit is contained in:
Nick Mathewson 2014-01-21 15:47:44 -05:00
parent 53d279389a
commit 43ffcf6977
4 changed files with 1172 additions and 1136 deletions

View File

@ -473,6 +473,7 @@ set(HDR_PRIVATE
bufferevent-internal.h
changelist-internal.h
defer-internal.h
epolltable-internal.h
evbuffer-internal.h
include/evdns.h
event-internal.h

View File

@ -254,6 +254,7 @@ noinst_HEADERS += \
changelist-internal.h \
compat/sys/queue.h \
defer-internal.h \
epolltable-internal.h \
evbuffer-internal.h \
evconfig-private.h \
event-internal.h \

1140
epoll.c

File diff suppressed because it is too large Load Diff

1166
epolltable-internal.h Normal file

File diff suppressed because it is too large Load Diff