Apache HTTPD
Macros | Typedefs | Functions | Variables
apr_shm.h File Reference

APR Shared Memory Routines. More...

#include "apr.h"
#include "apr_pools.h"
#include "apr_errno.h"
#include "apr_perms_set.h"

Go to the source code of this file.

Macros

#define APR_SHM_NS_LOCAL
 
#define APR_SHM_NS_GLOBAL
 

Typedefs

typedef struct apr_shm_t apr_shm_t
 

Functions

 APR_DECLARE (apr_status_t) apr_shm_create(apr_shm_t **m
 
 APR_DECLARE (void *) apr_shm_baseaddr_get(const apr_shm_t *m)
 
 APR_DECLARE (apr_size_t) apr_shm_size_get(const apr_shm_t *m)
 
 APR_DECLARE (apr_pool_t *) apr_shm_pool_get(const apr_shm_t *theshm)
 

Variables

apr_size_t reqsize
 
apr_size_t const charfilename
 
apr_size_t const char apr_pool_tpool
 
apr_size_t const char apr_pool_t apr_int32_t flags
 
apr_fileperms_t perms
 
apr_fileperms_t apr_uid_t uid
 
apr_fileperms_t apr_uid_t apr_gid_t gid
 

Detailed Description

APR Shared Memory Routines.

Definition in file apr_shm.h.