diff options
Diffstat (limited to 'src/or/periodic.c')
-rw-r--r-- | src/or/periodic.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/periodic.c b/src/or/periodic.c index 109717f738..2f819e914f 100644 --- a/src/or/periodic.c +++ b/src/or/periodic.c @@ -1,6 +1,12 @@ /* Copyright (c) 2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file periodic.c + * + * \brief Generic backend for handling periodic events. + */ + #include "or.h" #include "compat_libevent.h" #include "config.h" |