silc_fsm_get_state_context

SYNOPSIS

    void *silc_fsm_get_state_context(void *fsm);

DESCRIPTION

Returns the state context associated with the `fsm'. It is the context that was set with silc_fsm_set_state_context function. This function is used with both SilcFSM and SilcFSMThread contexts.