mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix: remove whitespace and update a comment in cpuworker.c
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
This commit is contained in:
parent
f52ac5be74
commit
84f5cb749d
@ -171,9 +171,8 @@ update_state_threadfn(void *state_, void *work_)
|
|||||||
return WQ_RPL_REPLY;
|
return WQ_RPL_REPLY;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Called when the onion key has changed and we need to spawn new
|
/** Called when the onion key has changed so update all CPU worker(s) with
|
||||||
* cpuworkers. Close all currently idle cpuworkers, and mark the last
|
* new function pointers with which a new state will be generated.
|
||||||
* rotation time as now.
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
cpuworkers_rotate_keyinfo(void)
|
cpuworkers_rotate_keyinfo(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user