summaryrefslogtreecommitdiff
path: root/src/feature/stats/rephist.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-04-12 18:36:05 +0000
committerDavid Goulet <dgoulet@torproject.org>2021-04-13 15:11:03 -0400
commit705ea32c6e832ab2f063dc9802a03f53e4371b9a (patch)
treef5d16b823e6790c194118f496fc661608f82d238 /src/feature/stats/rephist.h
parent1b48a28a7476d8c29cb505ad53daa3c4fe275500 (diff)
downloadtor-705ea32c6e832ab2f063dc9802a03f53e4371b9a.tar.gz
tor-705ea32c6e832ab2f063dc9802a03f53e4371b9a.zip
relay: Move "overload-general" from extra-info to server descriptor.
Fixes #40364 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/stats/rephist.h')
-rw-r--r--src/feature/stats/rephist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/stats/rephist.h b/src/feature/stats/rephist.h
index 5aaf5c9255..d4a2f301cf 100644
--- a/src/feature/stats/rephist.h
+++ b/src/feature/stats/rephist.h
@@ -156,6 +156,7 @@ typedef enum {
} overload_type_t;
void rep_hist_note_overload(overload_type_t overload);
+char *rep_hist_get_overload_general_line(void);
char *rep_hist_get_overload_stats_lines(void);
#ifdef TOR_UNIT_TESTS