summaryrefslogtreecommitdiff
path: root/src/or/connection.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-08-30 09:15:54 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-08-30 09:15:54 -0400
commit22295759afa90f19b06e2b657ce84d518c2390fd (patch)
tree87ab2f6eeca8091e4c775c031910863b918077b3 /src/or/connection.h
parent209bfe715cc8c1c59b2578c406749a0d4a5bd8cb (diff)
downloadtor-22295759afa90f19b06e2b657ce84d518c2390fd.tar.gz
tor-22295759afa90f19b06e2b657ce84d518c2390fd.zip
prop224: Purge client state on NEWNYM
Closes #23355 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/connection.h')
-rw-r--r--src/or/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.h b/src/or/connection.h
index 0bcf0ccdce..0aa13ada30 100644
--- a/src/or/connection.h
+++ b/src/or/connection.h
@@ -183,6 +183,7 @@ connection_t *connection_get_by_type_state(int type, int state);
connection_t *connection_get_by_type_state_rendquery(int type, int state,
const char *rendquery);
smartlist_t *connection_list_by_type_state(int type, int state);
+smartlist_t *connection_list_by_type_purpose(int type, int purpose);
smartlist_t *connection_dir_list_by_purpose_and_resource(
int purpose,
const char *resource);