Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1236
void 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
set_dst_state_from_rplcode
Function · 0.85
mi_lb_status_1
Function · 0.85
do_lb_disable_dst
Function · 0.85
Calls
2
replicate_lb_status
Function · 0.85
lb_raise_event
Function · 0.85
Tested by
no test coverage detected