MCPcopy Create free account
hub / github.com/SIPp/sipp / sipp_sigusr1

Function sipp_sigusr1

src/sipp.cpp:459–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457/************** Statistics display & User control *************/
458
459static void sipp_sigusr1(int /* not used */)
460{
461 /* Smooth exit: do not place any new calls and exit */
462 quitting += 10;
463}
464
465static void sipp_sigusr2(int /* not used */)
466{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected