jtux
Class USysVIPC.s_shmid_ds

java.lang.Object
  extended by jtux.USysVIPC.s_shmid_ds
Enclosing class:
USysVIPC

public static class USysVIPC.s_shmid_ds
extends java.lang.Object

Java version of C struct shmid_ds.

Click here for Posix/SUS C API.


Field Summary
 long shm_atime
           
 long shm_cpid
           
 long shm_ctime
           
 long shm_dtime
           
 long shm_lpid
           
 int shm_nattch
           
 USysVIPC.s_ipc_perm shm_perm
           
 int shm_segsz
           
 
Constructor Summary
USysVIPC.s_shmid_ds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shm_perm

public USysVIPC.s_ipc_perm shm_perm

shm_segsz

public int shm_segsz

shm_lpid

public long shm_lpid

shm_cpid

public long shm_cpid

shm_nattch

public int shm_nattch

shm_atime

public long shm_atime

shm_dtime

public long shm_dtime

shm_ctime

public long shm_ctime
Constructor Detail

USysVIPC.s_shmid_ds

public USysVIPC.s_shmid_ds()