
Public Attributes | |
int | rfd |
int | wfd |
int | state |
pid_t | pid |
char | url [URL_BUF_SZ] |
struct _thing * | next |
Detailed Description
Definition at line 88 of file tcp-banger3.c.
Member Data Documentation
◆ next
struct _thing* _thing::next |
Definition at line 94 of file tcp-banger3.c.
Referenced by create_children(), get_idle_thing(), and parent_main_loop().
◆ pid
pid_t _thing::pid |
Definition at line 92 of file tcp-banger3.c.
Referenced by create_a_thing(), and dispatch().
◆ rfd
int _thing::rfd |
Definition at line 89 of file tcp-banger3.c.
Referenced by create_a_thing(), create_children(), dispatch(), parent_main_loop(), and read_reply().
◆ state
int _thing::state |
Definition at line 91 of file tcp-banger3.c.
Referenced by dispatch(), get_idle_thing(), parent_main_loop(), and read_reply().
◆ url
char _thing::url[URL_BUF_SZ] |
Definition at line 93 of file tcp-banger3.c.
Referenced by dispatch(), and read_reply().
◆ wfd
int _thing::wfd |
Definition at line 90 of file tcp-banger3.c.
Referenced by create_a_thing(), create_children(), and dispatch().
The documentation for this struct was generated from the following file:
- test-suite/tcp-banger3.c