projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5874451
)
libcollectdclient: Added missing element to LCC_VALUE_LIST_INIT.
author
Sebastian Harl
<sh@tokkee.org>
Mon, 9 Aug 2010 19:29:07 +0000
(21:29 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Mon, 9 Aug 2010 19:29:07 +0000
(21:29 +0200)
src/libcollectdclient/client.h
patch
|
blob
|
history
diff --git
a/src/libcollectdclient/client.h
b/src/libcollectdclient/client.h
index
11e7b13
..
9900353
100644
(file)
--- a/
src/libcollectdclient/client.h
+++ b/
src/libcollectdclient/client.h
@@
-84,7
+84,7
@@
struct lcc_value_list_s
lcc_identifier_t identifier;
};
typedef struct lcc_value_list_s lcc_value_list_t;
-#define LCC_VALUE_LIST_INIT { NULL, 0, 0, 0, LCC_IDENTIFIER_INIT }
+#define LCC_VALUE_LIST_INIT { NULL,
NULL,
0, 0, 0, LCC_IDENTIFIER_INIT }
struct lcc_connection_s;
typedef struct lcc_connection_s lcc_connection_t;