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

Method set_rolling_offset_hr

include/proxy/logging/LogObject.h:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 inline void
194 set_rolling_offset_hr(int rolling_offset_hr)
195 {
196 _setup_rolling(Log::config, m_rolling_enabled, m_rolling_interval_sec, rolling_offset_hr, m_rolling_size_mb);
197 }
198
199 inline void
200 set_rolling_size_mb(int rolling_size_mb)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected