]> The Tcpdump Group git mirrors - libpcap/commit
Use the right name for calls to wait for events.
authorGuy Harris <[email protected]>
Sat, 20 Jan 2018 19:21:44 +0000 (11:21 -0800)
committerGuy Harris <[email protected]>
Sat, 20 Jan 2018 19:21:44 +0000 (11:21 -0800)
commit9bf72506a091c4acbd8b2dc34e876a01ed3f2bfe
treee5f6df2b6cb8a7108d4ab3332ae1f6c79f8d0dfe
parent0f69ec44959452bfa2653361442f07efa3ab927f
Use the right name for calls to wait for events.

For the epoll mechanism, the call to wait for events is epoll_wait()
(and epoll_pwait()); for the kqueue mechanism, the call to wait for
events is kevent() (and additional calls in Darwin-based systems).
pcap-dbus.c
pcap-int.h
pcap-septel.c
pcap_get_required_select_timeout.3pcap
pcap_get_selectable_fd.3pcap