counters/statistics rpcs and script functionsModule: counters. More...
#include "../../modparam.h"#include "../../dprint.h"#include "../../compiler_opt.h"#include "../../counters.h"
Go to the source code of this file.
Definition in file modules/counters/counters.c.
| static int add_script_counter | ( | modparam_t | type, | |
| void * | val | |||
| ) | [static] |
Format: [grp.]name[( |:)desc] E.g.: "name" => new counter: *cnt_script_grp."name" "grp.name" => new counter: "grp"."name" "name desc" => new counter "name", desc = "desc" "grp.name desc" => "grp"."name", desc = "desc".
Definition at line 140 of file modules/counters/counters.c.
References counter_register(), and PARAM_STRING.

1.7.1