#include <statistics.h>
Data Fields | |
| unsigned int | action [15] |
| unsigned int | dispatch [15] |
| unsigned int | event [15] |
| unsigned int | finished_transactions |
| gen_lock_t * | mutex |
| unsigned int | received |
| unsigned int | received_replies |
| unsigned int | started_transactions |
Definition at line 56 of file modules/seas/statistics.h.
| unsigned int action[15] |
Definition at line 61 of file modules/seas/statistics.h.
| unsigned int dispatch[15] |
Definition at line 59 of file modules/seas/statistics.h.
Referenced by action_stat(), and print_stats_info().
| unsigned int event[15] |
Definition at line 60 of file modules/seas/statistics.h.
Referenced by action_stat(), and print_stats_info().
| unsigned int finished_transactions |
Definition at line 63 of file modules/seas/statistics.h.
Referenced by action_stat(), and print_stats_info().
| gen_lock_t* mutex |
Definition at line 58 of file modules/seas/statistics.h.
Referenced by action_stat(), as_relay_stat(), destroy_seas_stats_table(), init_seas_stats_table(), print_stats_info(), and stats_reply().
| unsigned int received |
| unsigned int received_replies |
Definition at line 64 of file modules/seas/statistics.h.
Referenced by print_stats_info(), and stats_reply().
| unsigned int started_transactions |
Definition at line 62 of file modules/seas/statistics.h.
Referenced by as_relay_stat(), and print_stats_info().
1.5.6