silc_fsm_event_init

SYNOPSIS

    void silc_fsm_event_init(SilcFSMEvent event, SilcFSM fsm);

DESCRIPTION

Initializes a pre-allocates FSM event context. This call is equivalent to silc_fsm_event_alloc except this use the pre-allocated context. This fuction does not allocate any memory. The `fsm' must be the machine, not a thread.