aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/PerfBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/PerfBuffer.h')
-rw-r--r--tools/gator/daemon/PerfBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gator/daemon/PerfBuffer.h b/tools/gator/daemon/PerfBuffer.h
index 25a10625a9e8..a2d0e9b44725 100644
--- a/tools/gator/daemon/PerfBuffer.h
+++ b/tools/gator/daemon/PerfBuffer.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2013-2014. All rights reserved.
+ * Copyright (C) ARM Limited 2013-2015. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -24,6 +24,7 @@ public:
bool useFd(const int cpu, const int fd);
void discard(const int cpu);
bool isEmpty();
+ bool isFull();
bool send(Sender *const sender);
private: