nmsg 1.1.2
Data Fields
nmsg_stream_output Struct Reference

Data Fields

pthread_mutex_t c_lock
 
pthread_mutex_t w_lock
 
nmsg_stream_type type
 
int fd
 
nmsg_container_t c
 
size_t bufsz
 
nmsg_random_t random
 
nmsg_rate_t rate
 
bool buffered
 
unsigned source
 
unsigned operator
 
unsigned group
 
bool do_zlib
 
bool do_sequence
 
uint32_t sequence
 
uint64_t sequence_id
 

Detailed Description

Definition at line 286 of file private.h.

Field Documentation

◆ c_lock

pthread_mutex_t nmsg_stream_output::c_lock

Definition at line 287 of file private.h.

◆ w_lock

pthread_mutex_t nmsg_stream_output::w_lock

Definition at line 288 of file private.h.

◆ type

nmsg_stream_type nmsg_stream_output::type

Definition at line 289 of file private.h.

◆ fd

int nmsg_stream_output::fd

Definition at line 290 of file private.h.

◆ c

nmsg_container_t nmsg_stream_output::c

Definition at line 294 of file private.h.

◆ bufsz

size_t nmsg_stream_output::bufsz

Definition at line 295 of file private.h.

◆ random

nmsg_random_t nmsg_stream_output::random

Definition at line 296 of file private.h.

◆ rate

nmsg_rate_t nmsg_stream_output::rate

Definition at line 297 of file private.h.

◆ buffered

bool nmsg_stream_output::buffered

Definition at line 298 of file private.h.

◆ source

unsigned nmsg_stream_output::source

Definition at line 299 of file private.h.

◆ operator

unsigned nmsg_stream_output::operator

Definition at line 300 of file private.h.

◆ group

unsigned nmsg_stream_output::group

Definition at line 301 of file private.h.

◆ do_zlib

bool nmsg_stream_output::do_zlib

Definition at line 302 of file private.h.

◆ do_sequence

bool nmsg_stream_output::do_sequence

Definition at line 303 of file private.h.

◆ sequence

uint32_t nmsg_stream_output::sequence

Definition at line 304 of file private.h.

◆ sequence_id

uint64_t nmsg_stream_output::sequence_id

Definition at line 305 of file private.h.


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