Apache2
apr_arch_shm.h File Reference
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"
#include "apr_lib.h"
#include "apr_shm.h"
#include "apr_pools.h"
#include "apr_file_io.h"
#include "apr_network_io.h"
#include "apr_portable.h"
#include <sys/mman.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/file.h>
Include dependency graph for apr_arch_shm.h:

Go to the source code of this file.

Data Structures

struct  apr_shm_t
 

Macros

#define SHM_R   0400
 
#define SHM_W   0200
 
#define MAP_FAILED   ((void *)-1)
 

Macro Definition Documentation

◆ MAP_FAILED

#define MAP_FAILED   ((void *)-1)

◆ SHM_R

#define SHM_R   0400

◆ SHM_W

#define SHM_W   0200