fixed hddtemp updated twice
[psensor.git] / src / lib / psensor.h
index 3ab5d94..bfd7277 100644 (file)
@@ -126,9 +126,10 @@ struct psensor {
 #ifdef HAVE_ATASMART
        SkDisk *disk;
 #endif
-#ifdef HAVE_LIBUDISKS2
-       char *udisks2_path;
-#endif
+
+       void *provider_data;
+       void (*provider_data_free_fct)(void *);
+
        char *url;
 
        bool appindicator_enabled;
@@ -209,8 +210,6 @@ const char *psensor_type_to_str(unsigned int type);
 
 const char *psensor_type_to_unit_str(unsigned int type, int use_celsius);
 
-void psensor_list_update_measures(struct psensor **sensors);
-
 void psensor_init();
 
 void psensor_cleanup();