ROSS
state-check.h
Go to the documentation of this file.
1#ifndef INC_revent_check_state_check
2#define INC_revent_check_state_check
3
9
10typedef void (*save_lpstate_f) (crv_lpstate_checkpoint * into, const tw_lp * clp);
11
12
17
19
21 tw_lp * clp,
22 tw_event * cev,
23 const crv_lpstate_checkpoint * before_state,
24 const char * before_msg,
25 const char * after_msg
26);
27
28#endif
void(* save_lpstate_f)(crv_lpstate_checkpoint *into, const tw_lp *clp)
Definition state-check.h:10
void crv_check_lpstates(tw_lp *clp, tw_event *cev, const crv_lpstate_checkpoint *before_state, const char *before_msg, const char *after_msg)
void crv_copy_lpstate(crv_lpstate_checkpoint *into, const tw_lp *clp)
tw_rng_stream core_rng
Definition state-check.h:7
tw_rng_stream rng
Definition state-check.h:6
tw_lptype * lptype
Definition state-check.h:14
save_lpstate_f * state
Definition state-check.h:15
Event Stucture.
Definition ross-types.h:277
LP State Structure.
Definition ross-types.h:336
Function Pointers for ROSS Event Handlers.
Definition ross-types.h:97