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

Function get_pkg_fragments

core_stats.c:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183static unsigned long get_pkg_fragments( void*proc_id)
184{
185 signal_pkg_status((unsigned long)proc_id);
186 return pkg_status[(unsigned long)proc_id][PKG_FRAGMENTS_SIZE_IDX];
187}
188
189
190int init_pkg_stats(int procs_no)

Callers

nothing calls this directly

Calls 1

signal_pkg_statusFunction · 0.85

Tested by

no test coverage detected