com.redhat.et.libguestfs
Class INotifyEvent

java.lang.Object
  extended by com.redhat.et.libguestfs.INotifyEvent

public class INotifyEvent
extends java.lang.Object

INotifyEvent structure.

See Also:
GuestFS

Field Summary
 int in_cookie
           
 int in_mask
           
 java.lang.String in_name
           
 long in_wd
           
 
Constructor Summary
INotifyEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in_wd

public long in_wd

in_mask

public int in_mask

in_cookie

public int in_cookie

in_name

public java.lang.String in_name
Constructor Detail

INotifyEvent

public INotifyEvent()