Tor
0.4.7.0-alpha-dev
|
#include <compat_libevent.h>
Data Fields | |
int | num_cpus |
int | msec_per_tick |
Defines a configuration for using libevent with Tor: passed as an argument to tor_libevent_initialize() to describe how we want to set up.
Definition at line 64 of file compat_libevent.h.
int msec_per_tick |
How many milliseconds should we allow between updating bandwidth limits? (Not currently useful).
Definition at line 69 of file compat_libevent.h.
Referenced by init_libevent().
int num_cpus |
How many CPUs should we use (not currently useful).
Definition at line 66 of file compat_libevent.h.
Referenced by init_libevent(), and tor_libevent_initialize().