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

Function load_dr_api

modules/drouting/dr_api.h:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66typedef int (*load_dr_api_f)(struct dr_binds *drb);
67
68static inline int load_dr_api(struct dr_binds *drb)
69{
70 load_dr_api_f load_dr;
71
72 if ( !(load_dr = (load_dr_api_f)find_export("load_dr", 0)))
73 return -1;
74
75 return load_dr(drb);
76}
77
78#endif

Callers 2

qr_init_dr_cbFunction · 0.85
mod_initFunction · 0.85

Calls 2

find_exportFunction · 0.85
load_drFunction · 0.85

Tested by

no test coverage detected