]> granicus.if.org Git - libevent/commit
Rename current_base symbol to event_global_current_base_
authorNick Mathewson <nickm@torproject.org>
Tue, 4 May 2010 17:27:36 +0000 (13:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 May 2010 17:27:36 +0000 (13:27 -0400)
commitc16e68448c546c99d3c0d1a1447214a55e137b35
treeda03991085efaa26fdb826e94560e53d7a3e124f
parent99e50e90bd2a03638f9bef11dae12d9951b0c793
Rename current_base symbol to event_global_current_base_

The "current_base" symbol was never actually declared in an exported
header; it's hideously deprecated, and it was the one remaining
exported symbol (fwict) that was prefixed with neither ev nor
bufferevent nor _ev nor _bufferevent.

codesearch.google.com turns up no actual attempts to use our
current_base from outside libevent.
event.c
include/event2/event.h
include/event2/event_compat.h
test/regress.c