X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=powersensordaemon%2Fautosample.h;fp=powersensordaemon%2Fautosample.h;h=396b1308f476d24144a009f315a594b6c13c9d9d;hp=ee3b2f823e242fa86deeed687fbc8ff1edf2e23b;hb=1e3d3a58756a74fe837636bf7791926494778f4c;hpb=4e1a804cee8f1349967d65118bed03af60c6abdd diff --git a/powersensordaemon/autosample.h b/powersensordaemon/autosample.h index ee3b2f8..396b130 100644 --- a/powersensordaemon/autosample.h +++ b/powersensordaemon/autosample.h @@ -24,6 +24,13 @@ #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);