Tor
0.4.7.0-alpha-dev
|
#include <unitparse.h>
Data Fields | |
const char * | unit |
uint64_t | multiplier |
Mapping from a unit name to a multiplier for converting that unit into a base unit. Used by config_parse_unit.
Definition at line 19 of file unitparse.h.
uint64_t multiplier |
How many of the base unit appear in this unit
Definition at line 21 of file unitparse.h.
const char* unit |
The name of the unit
Definition at line 20 of file unitparse.h.