mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() --
are long gone. svn:r17351
This commit is contained in:
+3
-3
@@ -45,10 +45,10 @@ int global_relayed_read_bucket;
|
||||
/** Max number of relayed (bandwidth class 1) bytes I can write this second. */
|
||||
int global_relayed_write_bucket;
|
||||
|
||||
/** What was the read bucket before the last call to prepare_for_pool?
|
||||
/** What was the read bucket before the last second_elapsed_callback() call?
|
||||
* (used to determine how many bytes we've read). */
|
||||
static int stats_prev_global_read_bucket;
|
||||
/** What was the write bucket before the last call to prepare_for_pool?
|
||||
/** What was the write bucket before the last second_elapsed_callback() call?
|
||||
* (used to determine how many bytes we've written). */
|
||||
static int stats_prev_global_write_bucket;
|
||||
/* XXX we might want to keep stats about global_relayed_*_bucket too. Or not.*/
|
||||
@@ -817,7 +817,7 @@ signewnym_impl(time_t now)
|
||||
}
|
||||
|
||||
/** Perform regular maintenance tasks. This function gets run once per
|
||||
* second by prepare_for_poll.
|
||||
* second by second_elapsed_callback().
|
||||
*/
|
||||
static void
|
||||
run_scheduled_events(time_t now)
|
||||
|
||||
Reference in New Issue
Block a user