silc_fsm_set_state_context

SYNOPSIS

    void silc_fsm_set_state_context(void *fsm, void *state_context);

DESCRIPTION

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