![]() |
GDBMS 1.0
|
#include "maininclude.h"#include "listi.h"#include "settings.h"#include "hash_table.h"#include "tr_twin_ht.h"#include "file_semaphore.h"#include "some_functions.h"#include "initial_mode_commands.h"#include "session_mode_commands.h"#include "transaction_mode_commands.h"#include "transaction_mode_commands_types.h"#include "transaction_mode_commands_nodes.h"#include "transaction_mode_commands_edges.h"#include "transaction_mode_commands_find.h"#include <sys/types.h>#include <sys/ipc.h>#include <sys/shm.h>Go to the source code of this file.
Defines | |
| #define | SHMSZ 2048 |
| #define SHMSZ 2048 |
Definition at line 18 of file file_semaphore.cpp.
1.7.4