aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channelpadding.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-24 14:28:43 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-24 15:25:07 -0400
commit93ccb3294bd2af4587d11e7306422a9aef83013c (patch)
tree66499dde041cdd09aea722d2df79b0c06b71d881 /src/core/or/channelpadding.h
parent86da0cfd36f82d1d8a0948a3587aef0f518c7a66 (diff)
downloadtor-93ccb3294bd2af4587d11e7306422a9aef83013c.tar.gz
tor-93ccb3294bd2af4587d11e7306422a9aef83013c.zip
Make a bunch of networkstatus_t parameters constant.
This is part of refactoring our "notify the rest of the code that we have a new consensus" code.
Diffstat (limited to 'src/core/or/channelpadding.h')
-rw-r--r--src/core/or/channelpadding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/or/channelpadding.h b/src/core/or/channelpadding.h
index d1c7192ffd..9246988cdc 100644
--- a/src/core/or/channelpadding.h
+++ b/src/core/or/channelpadding.h
@@ -37,7 +37,6 @@ int channelpadding_send_enable_command(channel_t *chan, uint16_t low_timeout,
int channelpadding_get_circuits_available_timeout(void);
unsigned int channelpadding_get_channel_idle_timeout(const channel_t *, int);
-void channelpadding_new_consensus_params(networkstatus_t *ns);
+void channelpadding_new_consensus_params(const networkstatus_t *ns);
#endif /* !defined(TOR_CHANNELPADDING_H) */
-