summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-27 10:05:53 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-27 10:09:16 -0400
commit9f8b60d74c91f4028b68ea8345a5562768acc81e (patch)
treea5142b04b596e9167063e1abfaf6784b278dae92 /src/or/rephist.c
parent3a47dfed349ee2c05f30ba142d3583772fa2287f (diff)
downloadtor-9f8b60d74c91f4028b68ea8345a5562768acc81e.tar.gz
tor-9f8b60d74c91f4028b68ea8345a5562768acc81e.zip
Move or_state_mark_dirty into statefile.c
Previously it was an inline function in or.h
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index ac3e9f502e..bac2efb1f4 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -85,8 +85,8 @@
#include "routerlist.h"
#include "ht.h"
#include "channelpadding.h"
-
#include "connection_or.h"
+#include "statefile.h"
static void bw_arrays_init(void);
static void predicted_ports_alloc(void);