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

Function RecRegNewSyncStatSync

src/records/RecRawStats.cc:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359static std::list<RecCallbackFunction> _newCbs;
360
361void
362RecRegNewSyncStatSync(RecCallbackFunction callback)
363{
364 _newCbs.push_back(callback);
365}
366
367//-------------------------------------------------------------------------
368// RecExecRawStatSyncCbs

Callers 2

startMethod · 0.85
SSLInitializeStatisticsFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected