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