aboutsummaryrefslogtreecommitdiff
path: root/daemon/PerfBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/PerfBuffer.h')
-rw-r--r--daemon/PerfBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/PerfBuffer.h b/daemon/PerfBuffer.h
index 25a1062..a2d0e9b 100644
--- a/daemon/PerfBuffer.h
+++ b/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: