mm.h | mm.h | |||
---|---|---|---|---|
skipping to change at line 178 | skipping to change at line 178 | |||
u_short *array; | u_short *array; | |||
}; | }; | |||
#endif | #endif | |||
#endif | #endif | |||
#ifdef MM_SEMT_FLOCK | #ifdef MM_SEMT_FLOCK | |||
#include <sys/file.h> | #include <sys/file.h> | |||
#endif | #endif | |||
#define MM_ALLOC_MINSIZE (1024*8) | #define MM_ALLOC_MINSIZE (1024*8) | |||
#define MM_ALLOC_MAXSIZE (MM_SHM_MAXSEGSIZE-SIZEOF_mem_pool) | ||||
#define MM_CORE_FILEMODE (S_IRUSR|S_IWUSR) | #define MM_CORE_FILEMODE (S_IRUSR|S_IWUSR) | |||
#define MM_CORE_DEFAULT_PAGESIZE (1024*8) | #define MM_CORE_DEFAULT_PAGESIZE (1024*8) | |||
#define MM_CORE_DEFAULT_FILE "/tmp/mm.core.%d" /* %d is PID */ | #define MM_CORE_DEFAULT_FILE "/tmp/mm.core.%d" /* %d is PID */ | |||
#define MM_ERR_ALLOC 1 | #define MM_ERR_ALLOC 1 | |||
#define MM_ERR_CORE 2 | #define MM_ERR_CORE 2 | |||
#define MM_ERR_SYSTEM 4 | #define MM_ERR_SYSTEM 4 | |||
/* | /* | |||
* Define a union with types which are likely to have the longest | * Define a union with types which are likely to have the longest | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||