apr_shm.h File Reference

APR Shared Memory Routines. More...

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

Go to the source code of this file.

Typedefs

typedef apr_shm_t apr_shm_t

Functions

apr_status_t apr_shm_create (apr_shm_t **m, apr_size_t reqsize, const char *filename, apr_pool_t *pool)
apr_status_t apr_shm_destroy (apr_shm_t *m)
apr_status_t apr_shm_attach (apr_shm_t **m, const char *filename, apr_pool_t *pool)
apr_status_t apr_shm_detach (apr_shm_t *m)
void * apr_shm_baseaddr_get (const apr_shm_t *m)
apr_size_t apr_shm_size_get (const apr_shm_t *m)
apr_pool_tapr_shm_pool_get (const apr_shm_t *theshm)


Detailed Description

APR Shared Memory Routines.


Generated on Mon Nov 26 11:47:26 2007 for Apache Portable Runtime by  doxygen 1.5.2