diff options
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/or/status.c b/src/or/status.c index 749cee4edf..f7be41e412 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -1,9 +1,15 @@ -/* Copyright (c) 2010-2016, The Tor Project, Inc. */ +/* Copyright (c) 2010-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file status.c - * \brief Keep status information and log the heartbeat messages. + * \brief Collect status information and log heartbeat messages. + * + * This module is responsible for implementing the heartbeat log messages, + * which periodically inform users and operators about basic facts to + * do with their Tor instance. The log_heartbeat() function, invoked from + * main.c, is the principle entry point. It collects data from elsewhere + * in Tor, and logs it in a human-readable format. **/ #define STATUS_PRIVATE |