#include <ha.h>

Data Fields | |
| int | begin |
| int | count |
| int | end |
| gen_lock_t * | mutex |
| struct ping * | pings |
| int | size |
| int | timed_out_pings |
| int | timeout |
Definition at line 33 of file ha.h.
| int begin |
Definition at line 38 of file ha.h.
Referenced by init_pingtable(), print_pingtable(), process_pings(), and process_pong().
| int count |
Definition at line 40 of file ha.h.
Referenced by print_pingtable(), process_pings(), process_pong(), and send_ping().
| int end |
| gen_lock_t* mutex |
Definition at line 36 of file ha.h.
Referenced by destroy_pingtable(), init_pingtable(), print_pingtable(), process_pings(), process_pong(), and send_ping().
Definition at line 37 of file ha.h.
Referenced by destroy_pingtable(), init_pingtable(), process_pings(), process_pong(), and send_ping().
| int size |
Definition at line 41 of file ha.h.
Referenced by init_pingtable(), print_pingtable(), process_pings(), process_pong(), and send_ping().
| int timed_out_pings |
Definition at line 34 of file ha.h.
Referenced by init_pingtable(), process_pings(), and process_pong().
| int timeout |
Definition at line 35 of file ha.h.
Referenced by init_pingtable(), process_pings(), and process_pong().
1.5.6