Loading src/or/control.c +6 −0 Original line number Diff line number Diff line Loading @@ -3176,6 +3176,10 @@ connection_control_reached_eof(control_connection_t *conn) return 0; } static void lost_owning_controller(const char *owner_type, const char *loss_manner) ATTR_NORETURN; /** Shut down this Tor instance in the same way that SIGINT would, but * with a log message appropriate for the loss of an owning controller. */ static void Loading Loading @@ -4670,6 +4674,8 @@ static char *owning_controller_process_spec = NULL; * if this Tor instance is not currently owned by a process. */ static tor_process_monitor_t *owning_controller_process_monitor = NULL; static void owning_controller_procmon_cb(void *unused) ATTR_NORETURN; /** Process-termination monitor callback for Tor's owning controller * process. */ static void Loading Loading
src/or/control.c +6 −0 Original line number Diff line number Diff line Loading @@ -3176,6 +3176,10 @@ connection_control_reached_eof(control_connection_t *conn) return 0; } static void lost_owning_controller(const char *owner_type, const char *loss_manner) ATTR_NORETURN; /** Shut down this Tor instance in the same way that SIGINT would, but * with a log message appropriate for the loss of an owning controller. */ static void Loading Loading @@ -4670,6 +4674,8 @@ static char *owning_controller_process_spec = NULL; * if this Tor instance is not currently owned by a process. */ static tor_process_monitor_t *owning_controller_process_monitor = NULL; static void owning_controller_procmon_cb(void *unused) ATTR_NORETURN; /** Process-termination monitor callback for Tor's owning controller * process. */ static void Loading