Actually, do not provide a compatibility name "EVBUFFER_CONNECTED": there is no old code that uses it.

svn:r1285
This commit is contained in:
Nick Mathewson 2009-05-14 18:06:29 +00:00
parent 31d89f274b
commit 3e759a0172

View File

@ -87,7 +87,6 @@ void bufferevent_settimeout(struct bufferevent *bufev,
#define EVBUFFER_EOF BEV_EVENT_EOF #define EVBUFFER_EOF BEV_EVENT_EOF
#define EVBUFFER_ERROR BEV_EVENT_ERROR #define EVBUFFER_ERROR BEV_EVENT_ERROR
#define EVBUFFER_TIMEOUT BEV_EVENT_TIMEOUT #define EVBUFFER_TIMEOUT BEV_EVENT_TIMEOUT
#define EVBUFFER_CONNECTED BEV_EVENT_CONNECTED
/** macro for getting access to the input buffer of a bufferevent */ /** macro for getting access to the input buffer of a bufferevent */
#define EVBUFFER_INPUT(x) bufferevent_get_input(x) #define EVBUFFER_INPUT(x) bufferevent_get_input(x)