#include <shm.h>
Data Fields | |
| ipc_perm | shm_perm |
| operation perms | |
| int | shm_segsz |
| size of segment (bytes) | |
| time_t | shm_atime |
| last attach time | |
| time_t | shm_dtime |
| last detach time | |
| time_t | shm_ctime |
| last change time | |
| unsigned short | shm_cpid |
| pid of creator | |
| unsigned short | shm_lpid |
| pid of last operator | |
| short | shm_nattch |
| unsigned short | shm_npages |
| the following are private size of segment (pages) | |
| unsigned long * | shm_pages |
| array of ptrs to frames -> SHMMAX | |
| shm_desc * | attaches |
| descriptors for attaches | |
Definition at line 5 of file shm.h.
| struct shm_desc* shmid_ds::attaches |
| unsigned short shmid_ds::shm_cpid |
| unsigned short shmid_ds::shm_lpid |
| short shmid_ds::shm_nattch |
| unsigned short shmid_ds::shm_npages |
| unsigned long* shmid_ds::shm_pages |
| struct ipc_perm shmid_ds::shm_perm |
1.4.6-5