Fix formatting.
This commit is contained in:
parent
8638a13918
commit
2eb721c3f6
@ -120,7 +120,8 @@ class DataWatchdogImpl<AlgorithmT, datafacade::ContiguousInternalMemoryDataFacad
|
|||||||
|
|
||||||
{
|
{
|
||||||
boost::unique_lock<boost::shared_mutex> swap_lock(factory_mutex);
|
boost::unique_lock<boost::shared_mutex> swap_lock(factory_mutex);
|
||||||
facade_factory =DataFacadeFactory<datafacade::ContiguousInternalMemoryDataFacade, AlgorithmT>(
|
facade_factory =
|
||||||
|
DataFacadeFactory<datafacade::ContiguousInternalMemoryDataFacade, AlgorithmT>(
|
||||||
std::make_shared<datafacade::SharedMemoryAllocator>(
|
std::make_shared<datafacade::SharedMemoryAllocator>(
|
||||||
std::vector<storage::SharedRegionRegister::ShmKey>{
|
std::vector<storage::SharedRegionRegister::ShmKey>{
|
||||||
static_region.shm_key, updatable_region.shm_key}));
|
static_region.shm_key, updatable_region.shm_key}));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user