]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb-common: Use pcap_get_selectable_fd()
authorMartin Schwenke <martin@meltin.net>
Wed, 10 Aug 2022 23:00:25 +0000 (09:00 +1000)
committerJule Anger <janger@samba.org>
Tue, 29 Aug 2023 09:35:11 +0000 (09:35 +0000)
commit0adfd0cc0f6b06432b99624015f984ebb0bbf93d
tree7d39f8f1585b0ca0381b411ae1c1bcb698a65ebe
parent8c1314aae600de1c3292185b7a5ff41a76d711c0
ctdb-common: Use pcap_get_selectable_fd()

This is preferred because it will fail for devices that do not support
epoll_wait() and similar.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit 075414dc05455a5cd33a244efd51be60fc294e95)
ctdb/common/system_socket.c