aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/DriverSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/DriverSource.h')
-rw-r--r--tools/gator/daemon/DriverSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gator/daemon/DriverSource.h b/tools/gator/daemon/DriverSource.h
index 32d983d6d036..971a4d970e30 100644
--- a/tools/gator/daemon/DriverSource.h
+++ b/tools/gator/daemon/DriverSource.h
@@ -29,6 +29,7 @@ public:
bool isDone();
void write(Sender *sender);
+ static void checkVersion();
static int readIntDriver(const char *fullpath, int *value);
static int readInt64Driver(const char *fullpath, int64_t *value);
static int writeDriver(const char *fullpath, const char *data);