Data Fields | |
unsigned long long | incoming |
Incoming data total. | |
unsigned long long | outgoing |
Outgoing data total. | |
unsigned long long | incoming_history |
Incoming data before wifidog restarted. | |
unsigned long long | outgoing_history |
Outgoing data before wifidog restarted. | |
time_t | last_updated |
Last update of the counters. |
Definition at line 32 of file client_list.h.
unsigned long long _t_counters::incoming |
Incoming data total.
Definition at line 33 of file client_list.h.
Referenced by client_list_append(), fw_sync_with_authserver(), http_callback_auth(), and iptables_fw_counters_update().
unsigned long long _t_counters::outgoing |
Outgoing data total.
Definition at line 34 of file client_list.h.
Referenced by client_list_append(), fw_sync_with_authserver(), http_callback_auth(), and iptables_fw_counters_update().
unsigned long long _t_counters::incoming_history |
Incoming data before wifidog restarted.
Definition at line 35 of file client_list.h.
Referenced by client_list_append(), and iptables_fw_counters_update().
unsigned long long _t_counters::outgoing_history |
Outgoing data before wifidog restarted.
Definition at line 36 of file client_list.h.
Referenced by client_list_append(), and iptables_fw_counters_update().
time_t _t_counters::last_updated |
Last update of the counters.
Definition at line 37 of file client_list.h.
Referenced by client_list_append(), fw_sync_with_authserver(), and iptables_fw_counters_update().