summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e44ff91)
raw | patch | inline | side by side (parent: e44ff91)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 4 Mar 2016 17:03:19 +0000 (18:03 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 4 Mar 2016 17:03:19 +0000 (18:03 +0100) |
src/tail.c | patch | blob | history |
diff --git a/src/tail.c b/src/tail.c
index 5c74e3dfcfda2a9acbf07044f109e100dee36bec..ffdba8ae3e6ee62eeacf59200a1c4de00b2d1500 100644 (file)
--- a/src/tail.c
+++ b/src/tail.c
};
typedef struct ctail_config_match_s ctail_config_match_t;
-cu_tail_match_t **tail_match_list = NULL;
-size_t tail_match_list_num = 0;
-cdtime_t tail_match_list_intervals[255];
+static cu_tail_match_t **tail_match_list = NULL;
+static size_t tail_match_list_num = 0;
+static cdtime_t tail_match_list_intervals[255];
static int ctail_config_add_match_dstype (ctail_config_match_t *cm,
oconfig_item_t *ci)