5 * Iterate over all config settings and emit 'def_param' events for the
6 * "interesting" ones to TRACE2.
8 void tr2_cfg_list_config_fl(const char *file
, int line
);
11 * Iterate over all "interesting" environment variables and emit 'def_param'
12 * events for them to TRACE2.
14 void tr2_list_env_vars_fl(const char *file
, int line
);
17 * Emit a "def_param" event for the given key/value pair IF we consider
18 * the key to be "interesting".
20 void tr2_cfg_set_fl(const char *file
, int line
, const char *key
,
23 void tr2_cfg_free_patterns(void);
25 void tr2_cfg_free_env_vars(void);
27 #endif /* TR2_CFG_H */