MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / stopSession

Method stopSession

src/utilities/fbtracemgr/traceMgrMain.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void TraceSvcUtil::stopSession(ULONG id)
177{
178 ClumpletWriter spb(ClumpletWriter::SpbStart, MAXBUF);
179
180 spb.insertTag(isc_action_svc_trace_stop);
181 spb.insertInt(isc_spb_trc_id, id);
182
183 runService(spb.getBufferLength(), spb.getBuffer());
184}
185
186void TraceSvcUtil::setActive(ULONG id, bool active)
187{

Callers

nothing calls this directly

Calls 4

insertTagMethod · 0.45
insertIntMethod · 0.45
getBufferLengthMethod · 0.45
getBufferMethod · 0.45

Tested by

no test coverage detected