mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
stats: parse 'veerbose' setting as boolean
This commit is contained in:
parent
b0cc2ed0ad
commit
e1d5a11c9c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ static int stats_collect_parse(struct hook *h, config_setting_t *cfg)
|
|||
cerror(cfg, "Invalid statistic output format: %s", format);
|
||||
}
|
||||
|
||||
config_setting_lookup_int(cfg, "verbose", &p->verbose);
|
||||
config_setting_lookup_bool(cfg, "verbose", &p->verbose);
|
||||
config_setting_lookup_int(cfg, "warmup", &p->warmup);
|
||||
config_setting_lookup_int(cfg, "buckets", &p->buckets);
|
||||
config_setting_lookup_string(cfg, "output", &p->uri);
|
||||
|
|
Loading…
Add table
Reference in a new issue