Skip to content

Commit 5fef388

Browse files
Fix lock file path
1 parent 9ed9229 commit 5fef388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pda/PdaDmaBuffer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace roc {
1414
namespace Pda {
1515
namespace {
1616
auto MUTEX_NAME = "AliceO2_roc_Pda_PdaDmaBuffer_Mutex";
17-
auto LOCK_FILE_PATH = "AliceO2_roc_Pda_PdaDmaBuffer_Mutex";
17+
auto LOCK_FILE_PATH = "/dev/shm/alice_o2/rorc/AliceO2_roc_Pda_PdaDmaBuffer.lock";
1818

1919

2020
} // Anonymous namespace

0 commit comments

Comments
 (0)