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

Function OnALRM_SetAlarmState

testing/srt-test-multiplex.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59volatile bool alarm_state = false;
60void OnALRM_SetAlarmState(int)
61{
62 alarm_state = true;
63}
64
65map<string,string> defined_streams;
66string file_pattern = "output%.dat";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected