Searched refs:tnf_error_handler_t (Results 1 – 2 of 2) sorted by relevance
97 typedef void tnf_error_handler_t(void *, TNF *, tnf_errcode_t); typedef110 void tnf_set_error_handler(tnf_error_handler_t *, void *);113 tnf_error_handler_t tnf_default_error_handler;
39 static tnf_error_handler_t *_err_handler = &tnf_default_error_handler;47 tnf_set_error_handler(tnf_error_handler_t *handler, void *arg) in tnf_set_error_handler()