| 790 | } |
| 791 | |
| 792 | void SigSession::exit_capture() |
| 793 | { |
| 794 | _is_instant = false; |
| 795 | |
| 796 | _feed_timer.Stop(); |
| 797 | |
| 798 | if (_device_agent.is_collecting()) |
| 799 | _device_agent.stop(); |
| 800 | } |
| 801 | |
| 802 | bool SigSession::get_capture_status(bool &triggered, int &progress) |
| 803 | { |
nothing calls this directly
no test coverage detected