X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_tail_match.h;h=5601fcbd6e6c5c7f4887e59af11132dc4344087b;hb=1d888f3f3a131f8eb2d9e0884665b6951ecee550;hp=0404de2f2b6cfb14fbef5b34357366843d99ebff;hpb=42dc3f7d782b2ecedef8d6700df4ef9661bb99e5;p=collectd.git diff --git a/src/daemon/utils_tail_match.h b/src/daemon/utils_tail_match.h index 0404de2f..5601fcbd 100644 --- a/src/daemon/utils_tail_match.h +++ b/src/daemon/utils_tail_match.h @@ -103,6 +103,7 @@ int tail_match_add_match (cu_tail_match_t *obj, cu_match_t *match, * passed `plugin', `plugin_instance', `type', and `type_instance' are * directly used when submitting these values. * With excluderegex it is possible to exlude lines from the match. + * The `latency_cfg' specifies configuration for submitting latency. * * RETURN VALUE * Zero upon success, non-zero otherwise. @@ -110,7 +111,8 @@ int tail_match_add_match (cu_tail_match_t *obj, cu_match_t *match, int tail_match_add_match_simple (cu_tail_match_t *obj, const char *regex, const char *excluderegex, int ds_type, const char *plugin, const char *plugin_instance, - const char *type, const char *type_instance, const cdtime_t interval); + const char *type, const char *type_instance, const latency_config_t latency_cfg, + const cdtime_t interval); /* * NAME