Apache2
|
#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.
Data Structures | |
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 MSG "Sending a message" |
#define N_BOXES 10 |
#define N_MESSAGES 100 |
#define SHARED_FILENAME "data/apr.testshm.shm" |
#define SHARED_SIZE (apr_size_t)(N_BOXES * sizeof(mbox)) |
mbox* boxes |