7#ifndef INTERPROCESS_SYNC_NULL_H
8#define INTERPROCESS_SYNC_NULL_H
14namespace interprocess {
Null Interprocess Sync Class.
bool tryLock()
Try to acquire a lock (doesn't block)
InterprocessSyncNull(const std::string &task_name)
Constructor.
virtual ~InterprocessSyncNull()
Destructor.
bool lock()
Acquire the lock (never blocks)
bool unlock()
Release the lock.
Defines the logger used by the top-level component of kea-lfc.