Skip to content

Commit

Permalink
iox-#625 set file lock directory to /tmp/
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <[email protected]>
  • Loading branch information
elfenpiff committed Mar 22, 2021
1 parent 5995747 commit afec953
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 afec953

Please sign in to comment.