trace: Show eloop unregistered handler function name/file/line

This commit is contained in:
Jouni Malinen 2009-12-22 01:52:48 +02:00
parent 94caf8cd62
commit 5e5223bf29
3 changed files with 25 additions and 4 deletions

View file

@ -60,4 +60,15 @@ void wpa_trace_check_ref(const void *addr);
#endif /* WPA_TRACE */
#ifdef WPA_TRACE_BFD
void wpa_trace_dump_funcname(const char *title, void *pc);
#else /* WPA_TRACE_BFD */
#define wpa_trace_dump_funcname(title, pc) do { } while (0)
#endif /* WPA_TRACE_BFD */
#endif /* TRACE_H */