mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-03 17:26:24 -04:00
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:
parent
53d279389a
commit
43ffcf6977
@ -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
|
||||
|
@ -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 \
|
||||
|
1166
epolltable-internal.h
Normal file
1166
epolltable-internal.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user