next up previous contents index
Next: 11.4 oskit_avc_ss: AVC Interface Up: 11.3 oskit_avc: AVC Interface Previous: 11.3.5 log_contents: Log the

11.3.6 log_stats: Log the AVC usage statistics

 

SYNOPSIS

#include <oskit/flask/avc.h>

OSKIT_COMDECL oskit_avc_log_stats(oskit_avc_t *avc, int priority, char *tag);

DESCRIPTION

This method logs the statistics of the AVC.

PARAMETERS

avc
The access vector cache.
priority
The log priority.
tag
The log prefix tag.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



Utah Flux Research Group