summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4f617a)
raw | patch | inline | side by side (parent: f4f617a)
author | Florian Forster <octo@collectd.org> | |
Fri, 3 Feb 2012 09:52:18 +0000 (10:52 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 3 Feb 2012 09:52:18 +0000 (10:52 +0100) |
Change-Id: I6ae59f4a2f6be69f891bbfa16afddc5ec9be9bad
src/write_graphite.c | patch | blob | history |
diff --git a/src/write_graphite.c b/src/write_graphite.c
index 502e22c31fa2ebfc47c8d172f41be3e2d1645c62..de460d7cfc0ba39e94ba4ae94fad4e45b25d34de 100644 (file)
--- a/src/write_graphite.c
+++ b/src/write_graphite.c
struct wg_callback
{
int sock_fd;
- struct hostent *server;
char *node;
char *service;
cb->service = NULL;
cb->prefix = NULL;
cb->postfix = NULL;
- cb->server = NULL;
cb->escape_char = '_';
pthread_mutex_init (&cb->send_lock, /* attr = */ NULL);