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

Function archiver_thread

src/jrd/replication/ChangeLog.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 const char* ARCHPATHNAME_WILDCARD = "$(archivepathname)";
81
82 static THREAD_ENTRY_DECLARE archiver_thread(THREAD_ENTRY_PARAM arg)
83 {
84 ChangeLog* const log = static_cast<ChangeLog*>(arg);
85 log->bgArchiver();
86 return 0;
87 }
88
89 void flushFile(int handle)
90 {

Callers

nothing calls this directly

Calls 1

bgArchiverMethod · 0.80

Tested by

no test coverage detected