From 801eea03ad71dafd31cc6bfa06fa5e421aa95cd6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Mar 2013 10:45:48 -0400 Subject: Code to track on a circuit whether it has a "pending" delete cell This will be used in a fix for bug7912. --- src/or/circuitlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/circuitlist.h') diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h index 434d2a869..94887d5fa 100644 --- a/src/or/circuitlist.h +++ b/src/or/circuitlist.h @@ -64,5 +64,8 @@ void assert_cpath_layer_ok(const crypt_path_t *cp); void assert_circuit_ok(const circuit_t *c); void circuit_free_all(void); +void channel_note_destroy_pending(channel_t *chan, circid_t id); +void channel_note_destroy_not_pending(channel_t *chan, circid_t id); + #endif -- cgit v1.2.3