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

Function logPrimaryStatus

src/jrd/replication/Utils.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 void logPrimaryStatus(const PathName& database, const CheckStatusWrapper* status)
270 {
271 logStatus(PRIMARY_SIDE, database, status);
272 }
273
274 void logReplicaError(const PathName& database, const string& message)
275 {

Callers 3

ManagerMethod · 0.85
checkStatusFunction · 0.85
getMethod · 0.85

Calls 1

logStatusFunction · 0.85

Tested by

no test coverage detected