diff options
author | nils <nils@shkoo.com> | 2012-02-24 13:21:48 -0800 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-10-17 10:54:52 +0200 |
commit | 31e224173bda6feb2e9894ba7b820affc3f44a9c (patch) | |
tree | 574cb7ad44c0e0d6cb5f2e1441149cf655683f4f /src/or/geoip.h | |
parent | abb886014e1ee35909e8876fe3361cbfd26cc27c (diff) | |
download | tor-31e224173bda6feb2e9894ba7b820affc3f44a9c.tar tor-31e224173bda6feb2e9894ba7b820affc3f44a9c.tar.gz |
Include statistics as to how many connections are IPv4 versus IPv6
Diffstat (limited to 'src/or/geoip.h')
-rw-r--r-- | src/or/geoip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/geoip.h b/src/or/geoip.h index 145a42147..4cde32ea2 100644 --- a/src/or/geoip.h +++ b/src/or/geoip.h @@ -33,7 +33,7 @@ void geoip_remove_old_clients(time_t cutoff); void geoip_note_ns_response(geoip_client_action_t action, geoip_ns_response_t response); -char *geoip_get_client_history(geoip_client_action_t action); +char *geoip_get_client_history(geoip_client_action_t action, int *total_ipv4, int *total_ipv6); char *geoip_get_request_history(geoip_client_action_t action); int getinfo_helper_geoip(control_connection_t *control_conn, const char *question, char **answer, |