Package apple.struct
Class au_qctrl
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.au_qctrl
-
public final class au_qctrl extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaq_bufsz()Max size of audit record for audit(2).intaq_delay()Queue delay (not used).intaq_hiwater()Max # of audit recs in queue when threads with new ARs get blocked.intaq_lowater()# of audit recs in queue when blocked threads get unblocked.intaq_minfree()Minimum filesystem percent free space.voidsetAq_bufsz(int value)Max size of audit record for audit(2).voidsetAq_delay(int value)Queue delay (not used).voidsetAq_hiwater(int value)Max # of audit recs in queue when threads with new ARs get blocked.voidsetAq_lowater(int value)# of audit recs in queue when blocked threads get unblocked.voidsetAq_minfree(int value)Minimum filesystem percent free space.
-
-
-
Method Detail
-
aq_hiwater
public int aq_hiwater()
Max # of audit recs in queue when threads with new ARs get blocked.
-
setAq_hiwater
public void setAq_hiwater(int value)
Max # of audit recs in queue when threads with new ARs get blocked.
-
aq_lowater
public int aq_lowater()
# of audit recs in queue when blocked threads get unblocked.
-
setAq_lowater
public void setAq_lowater(int value)
# of audit recs in queue when blocked threads get unblocked.
-
aq_bufsz
public int aq_bufsz()
Max size of audit record for audit(2).
-
setAq_bufsz
public void setAq_bufsz(int value)
Max size of audit record for audit(2).
-
aq_delay
public int aq_delay()
Queue delay (not used).
-
setAq_delay
public void setAq_delay(int value)
Queue delay (not used).
-
aq_minfree
public int aq_minfree()
Minimum filesystem percent free space.
-
setAq_minfree
public void setAq_minfree(int value)
Minimum filesystem percent free space.
-
-