From 31e224173bda6feb2e9894ba7b820affc3f44a9c Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 24 Feb 2012 13:21:48 -0800 Subject: Include statistics as to how many connections are IPv4 versus IPv6 --- src/or/geoip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/geoip.h') 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, -- cgit v1.2.3