]> granicus.if.org Git - libevent/commit
Remove the obsolete evthread interfaces
authorNick Mathewson <nickm@torproject.org>
Tue, 11 May 2010 15:44:07 +0000 (11:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 May 2010 15:44:07 +0000 (11:44 -0400)
commitc5bab56002bd2cdbfe4687b80a6abf5397786d76
tree24432d9338a02fb6aec42a719b3b0bbba336953e
parent9cb5bc86a9a03a1fb81764ae5fcd54e98772c767
Remove the obsolete evthread interfaces

These were added in 2.0.1, and deprecated in 2.0.4 and 2.0.5; we've
promised that they would be removed, and warned whenever they were
invoked.  Users should call evthread_set_lock_callbacks instead...  or
ideally just call evthread_use_windows_threads or
evthread_use_pthreads.
evthread.c