Commit f6b269498af6538d3c2a0c3bf0dae4630584c66a

Nick Mathewson 2010-02-03T01:16:47

Deprecate EVENT_FD and EVENT_SIGNAL. 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.