MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / IsNeedRenameAfterRotate

Method IsNeedRenameAfterRotate

source/fdb.cpp:148–151  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

146}
147//---------------------------------------------------------------------------
148bool TStorageFile::IsNeedRenameAfterRotate(void)
149{
150 return rotation_renaming==1;
151}
152//---------------------------------------------------------------------------
153void TStorageFile::RotateFile(void)
154{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected