Definition at line 50 of file hdhomerun_debug.c.
Public Attributes | |
| struct hdhomerun_debug_message_t * | next |
| struct hdhomerun_debug_message_t * | prev |
| char | buffer [2048] |
struct hdhomerun_debug_message_t* hdhomerun_debug_message_t::next [read] |
Definition at line 52 of file hdhomerun_debug.c.
Referenced by hdhomerun_debug_pop_and_free_message(), and hdhomerun_debug_vprintf().
struct hdhomerun_debug_message_t* hdhomerun_debug_message_t::prev [read] |
Definition at line 53 of file hdhomerun_debug.c.
Referenced by hdhomerun_debug_pop_and_free_message(), and hdhomerun_debug_vprintf().
| char hdhomerun_debug_message_t::buffer[2048] |
Definition at line 54 of file hdhomerun_debug.c.
Referenced by hdhomerun_debug_output_message_file(), and hdhomerun_debug_vprintf().
1.5.5