Get rid of fd_mode_t, use three handler pointers instead.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 22 Mar 2004 21:58:59 +0000 (21:58 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 22 Mar 2004 21:58:59 +0000 (21:58 +0000)
commit02b9e09173fbc1c481fb7f9aeff7d268f1af99e9
tree2e397091b8474954b3df33ebee98af0d71cacdc7
parente10d80f4c2fbfd2f542e385a4da6a5515b5aad74
Get rid of fd_mode_t, use three handler pointers instead.
This also makes epoll based fd handling easier.
fd/fd.c
fd/fd.h
fd/fd_epoll.c [new file with mode: 0644]
fd/fd_epoll.h [new file with mode: 0644]