Fix ProcessKDP after r343130

llvm-svn: 343141
This commit is contained in:
Tatyana Krasnukha 2018-09-26 20:31:39 +00:00
parent 150afce75a
commit f929e2b073
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +56,9 @@ using namespace lldb_private;
namespace {
static PropertyDefinition g_properties[] = {
{"packet-timeout", OptionValue::eTypeUInt64, true, 5, NULL, NULL,
{"packet-timeout", OptionValue::eTypeUInt64, true, 5, NULL, {},
"Specify the default packet timeout in seconds."},
{NULL, OptionValue::eTypeInvalid, false, 0, NULL, NULL, NULL}};
{NULL, OptionValue::eTypeInvalid, false, 0, NULL, {}, NULL}};
enum { ePropertyPacketTimeout };