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

Function mq_head_defined

modules/mqueue/mqueue_api.c:51–56  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

49 *
50 */
51int mq_head_defined(void)
52{
53 if(_mq_head_list != NULL)
54 return 1;
55 return 0;
56}
57
58/**
59 *

Callers 1

mod_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected