diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-27 10:05:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-27 10:09:16 -0400 |
commit | 9f8b60d74c91f4028b68ea8345a5562768acc81e (patch) | |
tree | a5142b04b596e9167063e1abfaf6784b278dae92 /src/or/rephist.c | |
parent | 3a47dfed349ee2c05f30ba142d3583772fa2287f (diff) | |
download | tor-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.c | 2 |
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); |