Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
shmid_ds Struct Reference

#include <shm.h>

Data Fields

struct ipc_perm shm_perm
 
int shm_segsz
 
__kernel_time_t shm_atime
 
__kernel_time_t shm_dtime
 
__kernel_time_t shm_ctime
 
__kernel_ipc_pid_t shm_cpid
 
__kernel_ipc_pid_t shm_lpid
 
unsigned short shm_nattch
 
unsigned short shm_unused
 
voidshm_unused2
 
voidshm_unused3
 

Detailed Description

Definition at line 25 of file shm.h.

Field Documentation

__kernel_time_t shm_atime

Definition at line 28 of file shm.h.

Definition at line 31 of file shm.h.

__kernel_time_t shm_ctime

Definition at line 30 of file shm.h.

__kernel_time_t shm_dtime

Definition at line 29 of file shm.h.

Definition at line 32 of file shm.h.

unsigned short shm_nattch

Definition at line 33 of file shm.h.

struct ipc_perm shm_perm

Definition at line 26 of file shm.h.

int shm_segsz

Definition at line 27 of file shm.h.

unsigned short shm_unused

Definition at line 34 of file shm.h.

void* shm_unused2

Definition at line 35 of file shm.h.

void* shm_unused3

Definition at line 36 of file shm.h.


The documentation for this struct was generated from the following file: