aboutsummaryrefslogtreecommitdiff
path: root/src/or/channelpadding.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 10:48:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 10:48:50 -0400
commit19c34b46589492be3fe19bed7e5729c1c7d231f1 (patch)
tree7b3f18847324e572eae5bf087ae3778dd53e45f8 /src/or/channelpadding.c
parent6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 (diff)
downloadtor-19c34b46589492be3fe19bed7e5729c1c7d231f1.tar.gz
tor-19c34b46589492be3fe19bed7e5729c1c7d231f1.zip
Move or_connection_t to its own header.
Diffstat (limited to 'src/or/channelpadding.c')
-rw-r--r--src/or/channelpadding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/channelpadding.c b/src/or/channelpadding.c
index a8b9a2b47b..7eb0cc282f 100644
--- a/src/or/channelpadding.c
+++ b/src/or/channelpadding.c
@@ -23,6 +23,8 @@
#include "compat_time.h"
#include "rendservice.h"
+#include "or_connection_st.h"
+
STATIC int32_t channelpadding_get_netflow_inactive_timeout_ms(
const channel_t *);
STATIC int channelpadding_send_disable_command(channel_t *);