silc_fsm_get_context

SYNOPSIS

    void *silc_fsm_get_context(void *fsm);

DESCRIPTION

Returns the context associated with the `fsm'. It is the context that was given to silc_fsm_alloc, silc_fsm_init, silc_fsm_thread_alloc or silc_fsm_thread_init. This function is used with both SilcFSM and SilcFSMThread contexts.