feisty meow concerns codebase  2.140
shared_memory.cpp File Reference
#include "shared_memory.h"
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/byte_array.h>
#include <basis/utf_conversion.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <configuration/application_configuration.h>
#include <loggers/critical_events.h>
#include <filesystem/byte_filer.h>
#include <filesystem/filename.h>
#include <structures/string_hasher.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/ipc.h>
#include <sys/mman.h>
#include <sys/shm.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for shared_memory.cpp:

Go to the source code of this file.

Namespaces

 application
 Implements an application lock to ensure only one is running at once.