diff options
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r-- | src/or/circuitlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h index d67f80b065..874f68cd22 100644 --- a/src/or/circuitlist.h +++ b/src/or/circuitlist.h @@ -61,6 +61,7 @@ int circuit_count_pending_on_channel(channel_t *chan); void assert_cpath_layer_ok(const crypt_path_t *cp); void assert_circuit_ok(const circuit_t *c); void circuit_free_all(void); +void circuits_handle_oom(size_t current_allocation); #endif |