Skip to content

Commit

Permalink
Merge pull request eclipse-iceoryx#626 from ApexAI/iox-#625-fix-file-…
Browse files Browse the repository at this point in the history
…lock-directory

iox-eclipse-iceoryx#625 set file lock directory to /tmp/
  • Loading branch information
elfenpiff authored Mar 22, 2021
2 parents 5995747 + afec953 commit aa162c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ enum class FileLockError
INTERNAL_LOGIC_ERROR,
};

constexpr char PATH_PREFIX[] = "/var/lock/";
constexpr char PATH_PREFIX[] = "/tmp/";

/// @brief Posix file lock C++ wrapping class
/// Following RAII, the lock is acquired on creation and released on destruction. Releasing the locks works even
Expand Down

0 comments on commit aa162c6

Please sign in to comment.