]> granicus.if.org Git - libevent/commit
Complain if the caller tries to change threading cbs after setting them
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Apr 2011 16:40:07 +0000 (12:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Apr 2011 18:06:57 +0000 (14:06 -0400)
commitcb6ecee7f6199777c10815ac15aad4d808e7375f
treec2fa18a580a144cb1eef7aab6680670922a95914
parentb683cae3cb98b48c4dc5caa0b1768f7bb13b92f1
Complain if the caller tries to change threading cbs after setting them

We never supported this; it was always fraught with errors; and I
don't believe there is a good reason to _want_ it to work.
evthread.c