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

Function OnINT_SetIntState

testing/srt-test-mpbond.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49volatile bool mpbond_int_state = false;
50void OnINT_SetIntState(int)
51{
52 cerr << "\n-------- REQUESTED INTERRUPT!\n";
53 mpbond_int_state = true;
54}
55
56int main( int argc, char** argv )
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected