mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
f6b269498a
These are old aliases for event_get_fd and event_get_signal, and they haven't been the preferred way of doing things since 2.0.1-alpha. For a while, we made them use struct event if it was included, but call event_get_(fd|signal) if it wasn't. This was entirely too cute.