summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionMachPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/ConnectionMachPort.cpp')
-rw-r--r--lldb/source/Core/ConnectionMachPort.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/lldb/source/Core/ConnectionMachPort.cpp b/lldb/source/Core/ConnectionMachPort.cpp
index cb0344b6032..ca818d405a2 100644
--- a/lldb/source/Core/ConnectionMachPort.cpp
+++ b/lldb/source/Core/ConnectionMachPort.cpp
@@ -213,7 +213,11 @@ ConnectionMachPort::Disconnect (Error *error_ptr)
}
size_t
-ConnectionMachPort::Read (void *dst, size_t dst_len, ConnectionStatus &status, Error *error_ptr)
+ConnectionMachPort::Read (void *dst,
+ size_t dst_len,
+ uint32_t timeout_usec,
+ ConnectionStatus &status,
+ Error *error_ptr)
{
PayloadType payload;
OpenPOWER on IntegriCloud