30 typedef struct osip_statemachine osip_statemachine_t;
32 struct osip_statemachine {
33 struct _transition_t *transitions;
48 typedef struct _transition_t transition_t;
50 struct _transition_t {
53 void (*method)(
void *,
void *);
54 struct _transition_t *next;
55 struct _transition_t *parent;
58 int fsm_callmethod(
type_t type,
state_t state, osip_statemachine_t *statemachine,
void *sipevent,
void *transaction);
145 osip_event_t *__osip_transaction_need_timer_x_event(
void *xixt,
struct timeval *timer,
int cond_state,
int transactionid,
int TIMER_VAL);
type_t
Definition: osip.h:109
oSIP SIP Message Accessor Routines
Definition: osip_message.h:54