SilcStackOomHandler

SYNOPSIS

    typedef void (*SilcStackOomHandler)(SilcStack stack, void *context);

DESCRIPTION

Callback of this type can be given to silc_stack_set_oom_handler to set Out of Memory handler to `stack'. If memory allocation from `stack' fails this callback is called to indicate error. The `context' is the context given to silc_stack_set_oom_handler.