Flowgrind
Advanced TCP traffic generator
arg_parser Struct Reference

Internal state of the argument parser. More...

#include <fg_argparser.h>

Data Fields

struct ap_Recorddata
 Container for parsed cmdline options. More...
 
int data_size
 Number of parsed records. More...
 
char * error
 Contains errors encountered during parsing. More...
 
int error_size
 Real size of the error string. More...
 
int num_mutex
 The number of defined mutex. More...
 
int num_options
 Number of known options. More...
 
struct ap_Optionoptions
 Array containing user-defined options. More...
 

Detailed Description

Internal state of the argument parser.

Definition at line 73 of file fg_argparser.h.

Field Documentation

◆ data

struct ap_Record* arg_parser::data

Container for parsed cmdline options.

Definition at line 77 of file fg_argparser.h.

◆ data_size

int arg_parser::data_size

Number of parsed records.

Definition at line 83 of file fg_argparser.h.

◆ error

char* arg_parser::error

Contains errors encountered during parsing.

Definition at line 79 of file fg_argparser.h.

◆ error_size

int arg_parser::error_size

Real size of the error string.

Definition at line 85 of file fg_argparser.h.

◆ num_mutex

int arg_parser::num_mutex

The number of defined mutex.

Definition at line 87 of file fg_argparser.h.

◆ num_options

int arg_parser::num_options

Number of known options.

Definition at line 81 of file fg_argparser.h.

◆ options

struct ap_Option* arg_parser::options

Array containing user-defined options.

Definition at line 75 of file fg_argparser.h.


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