From 2a1c2947172998278e38050f17ad4857079e17e7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 23 Oct 2006 05:51:46 +0000 Subject: implement a few status events, so we can make sure they work, and so vidalia can start handling them if it wants. svn:r8802 --- src/or/circuitbuild.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/circuitbuild.c') diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 239c4e198..3b33bdfba 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -608,6 +608,7 @@ circuit_send_next_onion_skin(origin_circuit_t *circ) log(LOG_NOTICE, LD_GENERAL, "Tor has successfully opened a circuit. " "Looks like client functionality is working."); + control_event_client_status(LOG_NOTICE, "CIRCUIT_ESTABLISHED"); if (server_mode(options) && !check_whether_orport_reachable()) { inform_testing_reachability(); consider_testing_reachability(1, 1); -- cgit v1.2.3