Skip to content

Commit

Permalink
Split epoll lookup table into a separate header file
Browse files Browse the repository at this point in the history
It accounted for more than half the length of epoll.c, and it's
machine-generated, so we might as well keep it separate.
  • Loading branch information
nmathewson committed Jan 21, 2014
1 parent 53d2793 commit 43ffcf6
Show file tree
Hide file tree
Showing 4 changed files with 1,172 additions and 1,136 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -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 \
Expand Down

0 comments on commit 43ffcf6

Please sign in to comment.