summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 7b89bd7294..a41b8cb17f 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1249,6 +1249,10 @@ do_hup(void)
{
or_options_t *options = get_options();
+#ifdef USE_DMALLOC
+ dmalloc_log_stats();
+#endif
+
log_notice(LD_GENERAL,"Received reload signal (hup). Reloading config.");
if (accounting_is_enabled(options))
accounting_record_bandwidth_usage(time(NULL), get_or_state());