SilcFSMThread

NAME

    typedef struct SilcFSMObject *SilcFSMThread;

DESCRIPTION

FSM thread context. The SILC FSM supports threads, virtual machine threads (inside FSM) and actual real system threads if platorm supports them. In a complex machine certain complex operations may be desired to execute in a thread. The SilcFSMThread is allocated by silc_fsm_thread_alloc and feed by silc_fsm_free. It is also possible to use pre-allocated thread by using SilcFSMThreadStruct instead of SilcFSMThread.