|
nmsg
1.0.0
|
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 |