X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_tail_match.h;h=53c0de797146d42fae18de7cc9a6aa5500aa8111;hp=765974576660449c3887707007afc1edf8a6ea1e;hb=633c3966f770e4d46651a2fe219a18d8a9907a9f;hpb=e04cfcb9d1f1eed00bf11768db6d0540babe2e4e diff --git a/src/utils_tail_match.h b/src/utils_tail_match.h index 76597457..53c0de79 100644 --- a/src/utils_tail_match.h +++ b/src/utils_tail_match.h @@ -18,7 +18,7 @@ * * Authors: * Luke Heberling - * Florian Forster + * Florian Forster * * Description: * `tail_match' uses `utils_tail' and `utils_match' to tail a file and try to @@ -105,7 +105,7 @@ 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 char *type, const char *type_instance, const cdtime_t interval); /* * NAME