MCPcopy Create free account
hub / github.com/Haivision/srt / OnINT_ForceExit

Function OnINT_ForceExit

testing/srt-test-live.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104srt::sync::atomic<bool> timer_state;
105void OnINT_ForceExit(int)
106{
107 cerr << "\n-------- REQUESTED INTERRUPT!\n";
108 transmit_int_state = true;
109}
110
111std::string g_interrupt_reason;
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected