From 5519e633ec4c48c5e547554ff750db1aab835cc7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 27 Dec 2008 06:50:07 +0000 Subject: New controller event "clients_seen" to report a geoip-based summary of which countries we've seen clients from recently. Now controllers like Vidalia can show bridge operators that they're actually making a difference. svn:r17796 --- src/or/or.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 0cc9b83b3f..e2f3a8c4c2 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3265,6 +3265,9 @@ typedef enum { void control_event_bootstrap(bootstrap_status_t status, int progress); void control_event_bootstrap_problem(const char *warn, int reason); +void control_event_clients_seen(const char *timestarted, + const char *countries); + #ifdef CONTROL_PRIVATE /* Used only by control.c and test.c */ size_t write_escaped_data(const char *data, size_t len, char **out); -- cgit v1.2.3-54-g00ecf