| 134 | } |
| 135 | |
| 136 | int |
| 137 | sync(int /* event */, Event * /* e */) |
| 138 | { |
| 139 | RecSyncStatsFile(); |
| 140 | |
| 141 | Dbg(dbg_ctl_statsproc, "sync_cont() processed"); |
| 142 | |
| 143 | return EVENT_CONT; |
| 144 | } |
| 145 | }; |
| 146 | |
| 147 | void SetupRecRawStatBlockAllocator(); |
nothing calls this directly
no test coverage detected