![]() |
Flowgrind
Advanced TCP traffic generator
|
Infos about a flowgrind daemon. More...
#include <flowgrind.h>
Data Fields | |
int | api_version |
Flowgrind API version supported by this daemon. More... | |
char | os_name [257] |
OS on which this daemon runs. More... | |
char | os_release [257] |
Release number of the OS. More... | |
char * | url |
Pointer to daemon XMLPRC URL. More... | |
char | uuid [38] |
UUID of the daemon. More... | |
Infos about a flowgrind daemon.
Definition at line 200 of file flowgrind.h.
int daemon::api_version |
Flowgrind API version supported by this daemon.
Definition at line 205 of file flowgrind.h.
char daemon::os_name[257] |
OS on which this daemon runs.
Definition at line 207 of file flowgrind.h.
char daemon::os_release[257] |
Release number of the OS.
Definition at line 209 of file flowgrind.h.
char* daemon::url |
Pointer to daemon XMLPRC URL.
Definition at line 211 of file flowgrind.h.
char daemon::uuid[38] |
UUID of the daemon.
Definition at line 203 of file flowgrind.h.