added autosample parameter
[svn42.git] / powersensordaemon / autosample.h
index ee3b2f8..396b130 100644 (file)
 
 #include "options.h"
 
+struct autosample_device_struct {
+  int delay_;
+  int cnt_;
+  char* device_name_;
+};
+typedef struct autosample_device_struct autosample_device_t;
+
 int start_autosample_process(options_t* opt);
 int autosample_process(options_t *opt, int pipefd);