summaryrefslogtreecommitdiff
path: root/tools/gator/daemon/ExternalSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/ExternalSource.h')
-rw-r--r--tools/gator/daemon/ExternalSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gator/daemon/ExternalSource.h b/tools/gator/daemon/ExternalSource.h
index 2831ec83f10a..210be63876d9 100644
--- a/tools/gator/daemon/ExternalSource.h
+++ b/tools/gator/daemon/ExternalSource.h
@@ -35,6 +35,7 @@ private:
bool connectMidgard();
bool connectMve();
void connectFtrace();
+ bool transfer(const uint64_t currTime, const int fd);
sem_t mBufferSem;
Buffer mBuffer;
@@ -47,7 +48,6 @@ private:
int mInterruptFd;
int mMidgardUds;
int mMveUds;
- int mFtraceFd;
// Intentionally unimplemented
ExternalSource(const ExternalSource &);