src/rrd_client.h: Renamed the defines to be more consistent with other names.
[rrdtool.git] / src / rrd_client.h
index aa80e59..003c4e4 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef __RRD_CLIENT_H
 #define __RRD_CLIENT_H 1
 
-#define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock"
-#define DEFAULT_PORT "42217"
+#define RRDCACHED_DEFAULT_ADDRESS "unix:/tmp/rrdd.sock"
+#define RRDCACHED_DEFAULT_PORT "42217"
 
 int rrdc_connect (const char *addr);
 int rrdc_disconnect (void);