diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/main.c | 1 | ||||
-rw-r--r-- | src/or/scheduler.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 64ccbd496c..e78e9bf6a6 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -224,7 +224,6 @@ set_buffer_lengths_to_zero(tor_socket_t s) } #endif - /** Return 1 if we have successfully built a circuit, and nothing has changed * to make us think that maybe we can't. */ diff --git a/src/or/scheduler.c b/src/or/scheduler.c index c2ede846bf..61f69b3c36 100644 --- a/src/or/scheduler.c +++ b/src/or/scheduler.c @@ -706,3 +706,4 @@ scheduler_set_watermarks(uint32_t lo, uint32_t hi, uint32_t max_flush) sched_q_high_water = hi; sched_max_flush_cells = max_flush; } + |