X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=powersensordaemon%2Fautosample.h;h=396b1308f476d24144a009f315a594b6c13c9d9d;hb=1e3d3a58756a74fe837636bf7791926494778f4c;hp=ee3b2f823e242fa86deeed687fbc8ff1edf2e23b;hpb=ed84246e82295c574998450115a98565814ac2b2;p=svn42.git 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);