diff options
author | Michael Richardson <mcr@sandelman.ca> | 2023-07-26 17:31:43 -0400 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2023-07-26 17:31:43 -0400 |
commit | e80574e28617c0948eacccabf4bb665035458870 (patch) | |
tree | aa7c6973dc4e822bb5c725c2df483b8b5c0c9d2f | |
parent | 4aa89c4070e50462b258378cefc2a0d0f5d30998 (diff) |
still remove for _WIN32
-rw-r--r-- | pcap-int.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -288,6 +288,7 @@ struct pcap { */ int bpf_codegen_flags; +#if !defined(_WIN32) int selectable_fd; /* FD on which select()/poll()/epoll_wait()/kevent()/etc. can be done */ /* @@ -302,6 +303,7 @@ struct pcap { * prepared not to see any packets from the attempt. */ const struct timeval *required_select_timeout; +#endif /* * Placeholder for filter code if bpf not in kernel. |