mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 06:52:20 +01:00
adding tests
This commit is contained in:
@@ -247,7 +247,7 @@ void slsDetector::initSharedMemory(bool created, detectorType type, int multiId,
|
||||
// open and verify version
|
||||
else {
|
||||
// thisDetector = (sharedSlsDetector *)sharedMemory->OpenSharedMemory(sz);
|
||||
sharedMemory->OpenSharedMemory();
|
||||
sharedMemory->OpenSharedMemory(sz);
|
||||
thisDetector = (*sharedMemory)();
|
||||
if (verify && thisDetector->shmversion != SLS_SHMVERSION) {
|
||||
FILE_LOG(logERROR) << "Single shared memory "
|
||||
|
||||
Reference in New Issue
Block a user