projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44ff91
)
tail plugin: mark a few variables as static
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
5c74e3d
..
ffdba8a
100644
(file)
--- a/
src/tail.c
+++ b/
src/tail.c
@@
-56,9
+56,9
@@
struct ctail_config_match_s
};
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;
+s
tatic s
ize_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)