aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-11-11 13:06:17 -0500
committerNick Mathewson <nickm@torproject.org>2011-11-11 13:06:17 -0500
commitce51887291decd1654fed6e745fb8f625bf52292 (patch)
tree1aef77a48d07c5c219d73a7c070a220b627028cc /src/or/relay.h
parent4c9b6df84da2820a4912b402c54f297126b2305d (diff)
downloadtor-ce51887291decd1654fed6e745fb8f625bf52292.tar
tor-ce51887291decd1654fed6e745fb8f625bf52292.tar.gz
All-in-one benchmark test for cell crypto
Diffstat (limited to 'src/or/relay.h')
-rw-r--r--src/or/relay.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/relay.h b/src/or/relay.h
index 7fce8edca..1cd4008bb 100644
--- a/src/or/relay.h
+++ b/src/or/relay.h
@@ -66,5 +66,10 @@ void circuit_clear_cell_queue(circuit_t *circ, or_connection_t *orconn);
void tor_gettimeofday_cache_clear(void);
+#ifdef RELAY_PRIVATE
+int relay_crypt(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
+ crypt_path_t **layer_hint, char *recognized);
+#endif
+
#endif