Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
fix thread exit callback type
Browse files Browse the repository at this point in the history
  • Loading branch information
jgli committed Nov 26, 2015
1 parent a6b00cc commit c8978b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evhtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ struct evhtp_s {
pthread_mutex_t * lock; /**< parent lock for add/del cbs in threads */
void * thread_cbarg;
evhtp_thread_init_cb thread_init_cb;
evhtp_thread_init_cb thread_exit_cb;
evhtp_thread_exit_cb thread_exit_cb;
#endif
evhtp_callbacks_t * callbacks;
evhtp_defaults_t defaults;
Expand Down

0 comments on commit c8978b6

Please sign in to comment.