aboutsummaryrefslogtreecommitdiff
path: root/daemon/DriverSource.h
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-08-01 13:32:58 +0100
committerJon Medhurst <tixy@linaro.org>2014-08-01 13:33:21 +0100
commitbc8a84cf0b138a2951679581453da7bd93003db6 (patch)
treeb94eb00f90c24063053d99bea588fbbd493076ef /daemon/DriverSource.h
parentba783f1443773505231ac2808c9a3716c3c2f3ae (diff)
gator: Version 5.19DS-5.19
Signed-off-by: Jon Medhurst <tixy@linaro.org> On branch master Changes not staged for commit: modified: README_Streamline.txt no changes added to commit (use "git add" and/or "git commit -a") Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'daemon/DriverSource.h')
-rw-r--r--daemon/DriverSource.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/DriverSource.h b/daemon/DriverSource.h
index dcf1078..ec27b08 100644
--- a/daemon/DriverSource.h
+++ b/daemon/DriverSource.h
@@ -14,6 +14,7 @@
#include "Source.h"
+class Buffer;
class Fifo;
class DriverSource : public Source {
@@ -37,6 +38,10 @@ public:
static int writeReadDriver(const char *path, int64_t *value);
private:
+ static void *bootstrapThreadStatic(void *arg);
+ void bootstrapThread();
+
+ Buffer *mBuffer;
Fifo *mFifo;
sem_t *const mSenderSem;
sem_t *const mStartProfile;