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

Function get_deps_fetch_fs_load

modules/load_balancer/load_balancer.c:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210static module_dependency_t *get_deps_fetch_fs_load(const param_export_t *param)
211{
212 if (*(int *)param->param_pointer <= 0)
213 return NULL;
214
215 return alloc_module_dep(MOD_TYPE_DEFAULT, "freeswitch", DEP_ABORT);
216}
217
218static const dep_export_t deps = {
219 { /* OpenSIPS module dependencies */

Callers

nothing calls this directly

Calls 1

alloc_module_depFunction · 0.85

Tested by

no test coverage detected