| 
    nmsg 1.1.2
    
   | 
 
Data Fields | ||
| nmsg_output_type | type | |
| union { | ||
| struct nmsg_stream_output * stream | ||
| struct nmsg_pres * pres | ||
| struct nmsg_json * json | ||
| struct nmsg_callback_output * callback | ||
| }; | ||
| nmsg_output_write_fp | write_fp | |
| nmsg_output_flush_fp | flush_fp | |
| bool | do_filter | |
| unsigned | filter_vid | |
| unsigned | filter_msgtype | |
| volatile bool | stop | |
| nmsg_output_type nmsg_output_t::type | 
| struct nmsg_stream_output* nmsg_output_t::stream | 
| struct nmsg_callback_output* nmsg_output_t::callback |