mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
r11285@catbus: nickm | 2007-01-23 19:43:50 -0500
More documentation. (Again, trying to see whether I have buildbot working). svn:r9394
This commit is contained in:
parent
2522c392bd
commit
792f819212
@ -1921,10 +1921,18 @@ log_entry_guards(int severity)
|
||||
tor_free(s);
|
||||
}
|
||||
|
||||
/** DOCDOC */
|
||||
/** Called when one or more guards that we would previously have used for some
|
||||
* purpose are no longer in use because a higher-priority guard has become
|
||||
* useable again. */
|
||||
static void
|
||||
control_event_guard_deferred(void)
|
||||
{
|
||||
/* XXXX We don't actually have a good way to figure out _how many_ entries
|
||||
* are live for some purpose. We need an entry_is_even_slightly_live()
|
||||
* function for this to work right. NumEntryGuards isn't reliable: if we
|
||||
* need guards with weird properties, we can have more than that number
|
||||
* live.
|
||||
**/
|
||||
#if 0
|
||||
int n = 0;
|
||||
or_options_t *options = get_options();
|
||||
|
Loading…
Reference in New Issue
Block a user