This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | _sharedmem_set_error (sharedmem_t *inst, int error_code, const char *error_str) |
Variables | |
long | sharedmem_page_size |
void _sharedmem_set_error | ( | sharedmem_t * | inst, | |
int | error_code, | |||
const char * | error_str | |||
) |
Definition at line 60 of file sharedmem.c.
References _sharedmem_error_t::code, _sharedmem_t::error, SHAREDMEM_ERROR_SIZE, and _sharedmem_error_t::string.
long sharedmem_page_size |
System page size
Definition at line 56 of file sharedmem.c.