summaryrefslogtreecommitdiffstats
path: root/logd/FlushCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logd/FlushCommand.cpp')
-rw-r--r--logd/FlushCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/FlushCommand.cpp b/logd/FlushCommand.cpp
index 3be07c0..26a1861 100644
--- a/logd/FlushCommand.cpp
+++ b/logd/FlushCommand.cpp
@@ -27,7 +27,7 @@ FlushCommand::FlushCommand(LogReader &reader,
unsigned long tail,
unsigned int logMask,
pid_t pid,
- log_time start)
+ uint64_t start)
: mReader(reader)
, mNonBlock(nonBlock)
, mTail(tail)