silc_fsm_set_context

SYNOPSIS

    void silc_fsm_set_context(void *fsm, void *fsm_context);

DESCRIPTION

Set new context for the `fsm'. This function can be used to change the context inside the `fsm', if needed. This function is used with both SilcFSM and SilcFSMThread contexts. The context is the `fsm_context' in the state function (SILC_FSM_STATE).