EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
string_queue Struct Reference

String queue structure definition. More...

#include <squeue.h>

Data Fields

char * str
 
ssize_t max_length
 
struct dl_list list
 

Detailed Description

String queue structure definition.

Field Documentation

◆ list

struct dl_list string_queue::list

List definition

◆ max_length

ssize_t string_queue::max_length

Maximum length of the queue

◆ str

char* string_queue::str

String value


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