Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 27c9ad8

Browse files
authored
Update dedicated_thread_registry.cpp
1 parent 796ca9c commit 27c9ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/dedicated_thread_registry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "common/dedicated_thread_registry.h"
1414
#include "common/dedicated_thread_task.h"
15-
#include "common/dedicated_thread_owner.h
15+
#include "common/dedicated_thread_owner.h"
1616

1717
namespace peloton {
1818

@@ -40,4 +40,4 @@ void DedicatedThreadRegistry::RegisterDedicatedThread(DedicatedThreadOwner *requ
4040
requester->NotifyNewThread();
4141
threads_table_.emplace(task.get(), std::thread([=] { task->RunTask(); }));
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)