Code

sensors plugin: Made sensors.conf path configurable
[collectd.git] / src / network.h
index aa3d3fcd03d3a85e040137efbf0b652eddeeefa5..2df989b3bcf3ba4980d5d712bf1b20ae1d598ae0 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * collectd - src/network.h
- * Copyright (C) 2006  Florian octo Forster
+ * Copyright (C) 2005,2006  Florian octo Forster
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -54,7 +54,6 @@
 #define NET_DEFAULT_V4_ADDR "239.192.74.66"
 #define NET_DEFAULT_V6_ADDR "ff18::efc0:4a42"
 #define NET_DEFAULT_PORT    "25826"
-#define NET_DEFAULT_MC_TTL  1
 
 int network_create_socket (const char *node, const char *service);
 int network_receive (char **host, char **type, char **instance, char **value);