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

Method TStorageFile

source/fdb.cpp:18–32  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

16
17//---------------------------------------------------------------------------
18TStorageFile::TStorageFile()
19{
20 number = 0;
21
22 rotation_type = 0;
23 rotation_size = 10;
24 rotation_mult = 1;
25 rotation_moment = 1;
26 rotation_hour = 0;
27 rotation_renaming = 0;
28 rotation_count = 10;
29
30 file_size = 0;
31 last_date = 0;
32}
33//---------------------------------------------------------------------------
34TStorageFile::TStorageFile(TStorageFile * p)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected