Function silc_fsm_continue_sync
SYNOPSIS
void silc_fsm_continue_sync(void *fsm);
DESCRIPTION
Continues immediately in the state machine from a SILC_FSM_WAIT state.
This can be called from outside waiting FSM to immediately continue to
the next state. This function can be used instead of the
SILC_FSM_CALL_CONTINUE_SYNC macro in case the SILC_FSM_CALL was not used.
This must not be used if SILC_FSM_CALL was used. This function is used
with both SilcFSM and SilcFSMThread contexts.
|