X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=powersensordaemon%2Fautosample.h;h=4ea195ee3ac12d42cf15576b9e65c508b07d8146;hp=396b1308f476d24144a009f315a594b6c13c9d9d;hb=c62c39411cd07099da6ca5998e98b3123d15095c;hpb=1e3d3a58756a74fe837636bf7791926494778f4c diff --git a/powersensordaemon/autosample.h b/powersensordaemon/autosample.h index 396b130..4ea195e 100644 --- a/powersensordaemon/autosample.h +++ b/powersensordaemon/autosample.h @@ -31,6 +31,7 @@ struct autosample_device_struct { }; typedef struct autosample_device_struct autosample_device_t; +int send_sample_cmd(int fd, const char* device_name); int start_autosample_process(options_t* opt); int autosample_process(options_t *opt, int pipefd);