summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5874451)
raw | patch | inline | side by side (parent: 5874451)
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 |
index 11e7b13cc31575ee83d598a1f75984ae19b09e63..990035381c75d4198cf8fd6e1c202cb9891bf9ea 100644 (file)
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;