|
Tor 0.4.9.8
|
Data Fields | |
| char | country [3] |
| unsigned | total |
Helper type: used to sort per-country totals by value.
Definition at line 421 of file geoip_stats.c.
| char country[3] |
Two-letter country code.
Definition at line 422 of file geoip_stats.c.
Referenced by geoip_get_client_history(), and geoip_get_request_history().
| unsigned total |
Total IP addresses seen in this country.
Definition at line 423 of file geoip_stats.c.
Referenced by geoip_get_client_history(), and geoip_get_request_history().