diff options
Diffstat (limited to 'src/lib/log/ratelim.c')
-rw-r--r-- | src/lib/log/ratelim.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/log/ratelim.c b/src/lib/log/ratelim.c index 677c499110..fba702d7f0 100644 --- a/src/lib/log/ratelim.c +++ b/src/lib/log/ratelim.c @@ -3,6 +3,11 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file ratelim.c + * \brief Summarize similar messages that would otherwise flood the logs. + **/ + #include "lib/log/ratelim.h" #include "lib/malloc/util_malloc.h" #include "lib/string/printf.h" |