aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2023-07-26 17:31:43 -0400
committerMichael Richardson <mcr@sandelman.ca>2023-07-26 17:31:43 -0400
commite80574e28617c0948eacccabf4bb665035458870 (patch)
treeaa7c6973dc4e822bb5c725c2df483b8b5c0c9d2f
parent4aa89c4070e50462b258378cefc2a0d0f5d30998 (diff)
still remove for _WIN32
-rw-r--r--pcap-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcap-int.h b/pcap-int.h
index d1cf195e..c4f5e713 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -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.