- struct __ipc_perm_new shm_perm; /* [XSI] Operation permission value */
- size_t shm_segsz; /* [XSI] Size of segment in bytes */
- pid_t shm_lpid; /* [XSI] PID of last shared memory op */
- pid_t shm_cpid; /* [XSI] PID of creator */
- shmatt_t shm_nattch; /* [XSI] Number of current attaches */
- time_t shm_atime; /* [XSI] Time of last shmat() */
- time_t shm_dtime; /* [XSI] Time of last shmdt() */
- time_t shm_ctime; /* [XSI] Time of last shmctl() change */
- void *shm_internal; /* reserved for kernel use */
+ struct __ipc_perm_new shm_perm; /* [XSI] Operation permission value */
+ size_t shm_segsz; /* [XSI] Size of segment in bytes */
+ pid_t shm_lpid; /* [XSI] PID of last shared memory op */
+ pid_t shm_cpid; /* [XSI] PID of creator */
+ shmatt_t shm_nattch; /* [XSI] Number of current attaches */
+ time_t shm_atime; /* [XSI] Time of last shmat() */
+ time_t shm_dtime; /* [XSI] Time of last shmdt() */
+ time_t shm_ctime; /* [XSI] Time of last shmctl() change */
+ void *shm_internal; /* reserved for kernel use */