Deprecate EVENT_FD and EVENT_SIGNAL.
authorNick Mathewson <nickm@torproject.org>
Wed, 3 Feb 2010 06:16:47 +0000 (01:16 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 3 Feb 2010 06:16:47 +0000 (01:16 -0500)
commitf6b269498af6538d3c2a0c3bf0dae4630584c66a
tree828ea30a49c8e127cacc38aa55bf0b6d0fdf89aa
parentd38a7a19316002da9e9184402f9252e11766712b
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.
evmap.c
include/event2/event.h
include/event2/event_compat.h
include/event2/event_struct.h