public final class au_qctrl
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
au_qctrl() |
protected |
au_qctrl(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
aq_bufsz()
Max size of audit record for audit(2).
|
int |
aq_delay()
Queue delay (not used).
|
int |
aq_hiwater()
Max # of audit recs in queue when
threads with new ARs get blocked.
|
int |
aq_lowater()
# of audit recs in queue when
blocked threads get unblocked.
|
int |
aq_minfree()
Minimum filesystem percent free space.
|
void |
setAq_bufsz(int value)
Max size of audit record for audit(2).
|
void |
setAq_delay(int value)
Queue delay (not used).
|
void |
setAq_hiwater(int value)
Max # of audit recs in queue when
threads with new ARs get blocked.
|
void |
setAq_lowater(int value)
# of audit recs in queue when
blocked threads get unblocked.
|
void |
setAq_minfree(int value)
Minimum filesystem percent free space.
|
public au_qctrl()
protected au_qctrl(org.moe.natj.general.Pointer peer)
public int aq_hiwater()
public void setAq_hiwater(int value)
public int aq_lowater()
public void setAq_lowater(int value)
public int aq_bufsz()
public void setAq_bufsz(int value)
public int aq_delay()
public void setAq_delay(int value)
public int aq_minfree()
public void setAq_minfree(int value)