thermometers/thermometers.h

changeset 144
3446371e0bdb
parent 51
a03b6dac5398
child 145
1396350141cf
--- a/thermometers/thermometers.h	Tue Jul 29 20:11:23 2014 +0200
+++ b/thermometers/thermometers.h	Tue Jul 29 20:42:02 2014 +0200
@@ -31,7 +31,7 @@
 
 
 /* mosquitto */
-#include <mosquitto.h>
+//#include <mosquitto.h>
 
 #ifdef HAVE_WIRINGPI_H
 /* wiringPi */
@@ -72,8 +72,6 @@
 
 typedef struct _sys_config {
     char		*name;			/* Configuration name		*/
-    char		*mosq_host;		/* mosquitto server hostname	*/
-    int			mosq_port;		/* mosquitto server port	*/
     int			my_port;		/* my client/server port	*/
     w1_therm		*w1therms;		/* 1-wire temp sensors		*/
 #ifdef HAVE_WIRINGPI_H

mercurial