next up previous contents index
Next: 11.3.5 log_contents: Log the Up: 11.3 oskit_avc: AVC Interface Previous: 11.3.3 add_callback: Register a

11.3.4 remove_callback: Remove a previously registered callback

 

SYNOPSIS

#include <oskit/flask/avc.h>

OSKIT_COMDECL oskit_avc_remove_callback(oskit_avc_t *avc, oskit_avc_callback_t *callback);

DESCRIPTION

This method removes the specified callback.

PARAMETERS

avc
The access vector cache.
callback
The callback.

RETURNS

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



Utah Flux Research Group