An entry in the dt_msg_queue. More...
#include <dtstream.h>
Data Fields | |
struct dt_msg_entry * | next |
next in the list. | |
void * | buf |
the buffer with the data to send, an encoded DNSTAP message | |
size_t | len |
the length to send. | |
An entry in the dt_msg_queue.
contains one DNSTAP message. It is malloced.