|
Apache HTTPD
|
#include "apr.h"#include "apr_time.h"#include "apr_atomic.h"#include "apr_strings.h"#include <assert.h>Go to the source code of this file.
Classes | |
| struct | mbox |
Macros | |
| #define | N_BOXES 10 |
| #define | N_MESSAGES 100 |
| #define | SHARED_SIZE (apr_size_t)(N_BOXES * sizeof(mbox)) |
| #define | SHARED_FILENAME "data/apr.testshm.shm" |
| #define | MSG "Sending a message" |
Typedefs | |
| typedef struct mbox | mbox |
Variables | |
| mbox * | boxes |
| #define SHARED_FILENAME "data/apr.testshm.shm" |