MCPcopy Create free account
hub / github.com/apache/trafficserver / sync

Method sync

src/iocore/eventsystem/RecProcess.cc:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
147void SetupRecRawStatBlockAllocator();

Callers

nothing calls this directly

Calls 1

RecSyncStatsFileFunction · 0.85

Tested by

no test coverage detected