dt_msg_entry Struct Reference

An entry in the dt_msg_queue. More...

#include <dtstream.h>

Data Fields

struct dt_msg_entrynext
 next in the list.
 
void * buf
 the buffer with the data to send, an encoded DNSTAP message
 
size_t len
 the length to send.
 

Detailed Description

An entry in the dt_msg_queue.

contains one DNSTAP message. It is malloced.


The documentation for this struct was generated from the following file: