mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
evloop: fix docs for threadpool_register_reply_event
Commit 6a5f62f68f ultimately didn't
include the base argument, and the callback is named cb.
This commit is contained in:
@@ -63,7 +63,6 @@ replyqueue_t *threadpool_get_replyqueue(threadpool_t *tp);
|
||||
replyqueue_t *replyqueue_new(uint32_t alertsocks_flags);
|
||||
void replyqueue_process(replyqueue_t *queue);
|
||||
|
||||
struct event_base;
|
||||
int threadpool_register_reply_event(threadpool_t *tp,
|
||||
void (*cb)(threadpool_t *tp));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user