]> The Tcpdump Group git mirrors - libpcap/commitdiff
still remove for _WIN32 1209/head
authorMichael Richardson <[email protected]>
Wed, 26 Jul 2023 21:31:43 +0000 (17:31 -0400)
committerMichael Richardson <[email protected]>
Wed, 26 Jul 2023 21:31:43 +0000 (17:31 -0400)
pcap-int.h

index d1cf195e7b53183e588754adcfc2cff530cf5154..c4f5e7134f1663f1f347bff4b297aa2b9bc3b3d2 100644 (file)
@@ -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.