24 #ifndef STORAGE_LOCK_H
25 #define STORAGE_LOCK_H
29 #include <sys/types.h>
31 #include "storage/Utils/Exception.h"
57 const pid_t locker_pid;
Base class for storage exceptions.
Definition: Exception.h:114
Exception indicating that getting the lock failed.
Definition: Lock.h:41
pid_t get_locker_pid() const
pid of one of the process holding a lock.
The storage namespace.
Definition: Actiongraph.h:39