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

Function lb_status_changed

modules/load_balancer/lb_data.c:1236–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234
1235
1236void lb_status_changed(struct lb_dst *dst)
1237{
1238 /* do BIN replication if configured */
1239 replicate_lb_status( dst );
1240
1241 /* raise the event */
1242 lb_raise_event(dst);
1243}
1244
1245

Callers 3

mi_lb_status_1Function · 0.85
do_lb_disable_dstFunction · 0.85

Calls 2

replicate_lb_statusFunction · 0.85
lb_raise_eventFunction · 0.85

Tested by

no test coverage detected