org.catacombae.jfuse.types.system
Class Flock

java.lang.Object
  extended by org.catacombae.jfuse.types.system.Flock

public class Flock
extends Object

Author:
erik

Field Summary
 long l_len
          len = 0 means until end of file
 long l_pid
          lock owner
 long l_start
          starting offset
 short l_type
          lock type: read/write, etc.
 short l_whence
           
 
Constructor Summary
Flock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l_start

public long l_start
starting offset


l_len

public long l_len
len = 0 means until end of file


l_pid

public long l_pid
lock owner


l_type

public short l_type
lock type: read/write, etc.


l_whence

public short l_whence
Constructor Detail

Flock

public Flock()