next up previous contents index
Next: 11.3.6 log_stats: Log the Up: 11.3 oskit_avc: AVC Interface Previous: 11.3.4 remove_callback: Remove a

11.3.5 log_contents: Log the contents of the AVC

 

SYNOPSIS

#include <oskit/flask/avc.h>

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

DESCRIPTION

This method logs the contents 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