MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / get_e2eack_t

Function get_e2eack_t

modules/tm/t_lookup.c:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170void reset_cancelled_t(void) { cancelled_T=T_UNDEFINED; }
171
172struct cell *get_e2eack_t(void) { return e2eack_T; }
173void set_e2eack_t(struct cell* t) { e2eack_T=t; }
174void reset_e2eack_t(void) { e2eack_T=T_UNDEFINED; }
175

Callers 3

do_t_cleanupFunction · 0.85
t_resume_async_requestFunction · 0.85
t_handle_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected