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

Method start

src/jrd/trace/TraceConfigStorage.cpp:994–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992}
993
994void ConfigStorage::TouchFile::start(const char* fName)
995{
996 fileName = fName;
997
998 FbLocalStatus s;
999 TimerInterfacePtr()->start(&s, this, TOUCH_INTERVAL * 1000 * 1000);
1000 check(&s);
1001}
1002
1003void ConfigStorage::TouchFile::stop()
1004{

Callers 2

ConfigStorageMethod · 0.45
handlerMethod · 0.45

Calls 2

TimerInterfacePtrClass · 0.85
checkFunction · 0.50

Tested by

no test coverage detected