Lines Matching defs:replay_runtime
266 struct replay_runtime { struct
270 struct replay_scenario* scenario;
274 struct replay_moment* now;
280 struct fake_pending* pending_list;
285 struct replay_answer* answer_list;
288 struct replay_answer* answer_last;
291 struct fake_timer* timer_list;
294 comm_point_callback_type* callback_query;
296 void *cb_arg;
299 struct infra_cache* infra;
302 time_t now_secs;
304 struct timeval now_tv;
307 int tcp_seen_keepalive;
310 void (*sig_cb)(int, void*);
312 void *sig_cb_arg;
314 int exit_cleanly;
317 size_t bufsize;
322 rbtree_type* vars;