jtux
Class UProcess.s_sigevent

java.lang.Object
  extended by jtux.UProcess.s_sigevent
Enclosing class:
UProcess

public static class UProcess.s_sigevent
extends java.lang.Object

Java version of C struct sigevent.

Click here for Posix/SUS C API.


Field Summary
 int sigev_notify
           
 int sigev_signo
           
 UProcess.u_sigval sigev_value
           
 
Constructor Summary
UProcess.s_sigevent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sigev_notify

public int sigev_notify

sigev_signo

public int sigev_signo

sigev_value

public UProcess.u_sigval sigev_value
Constructor Detail

UProcess.s_sigevent

public UProcess.s_sigevent()