summaryrefslogtreecommitdiffstats
path: root/logd/LogTimes.h
diff options
context:
space:
mode:
Diffstat (limited to 'logd/LogTimes.h')
-rw-r--r--logd/LogTimes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/logd/LogTimes.h b/logd/LogTimes.h
index 39bcdd4e6..1117088e5 100644
--- a/logd/LogTimes.h
+++ b/logd/LogTimes.h
@@ -50,10 +50,11 @@ class LogTimeEntry {
public:
LogTimeEntry(LogReader &reader, SocketClient *client, bool nonBlock,
unsigned long tail, unsigned int logMask, pid_t pid,
- uint64_t start);
+ uint64_t start, uint64_t timeout);
SocketClient *mClient;
uint64_t mStart;
+ struct timespec mTimeout;
const bool mNonBlock;
const uint64_t mEnd; // only relevant if mNonBlock