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

Method marshal_cache_write_retries

src/proxy/logging/LogAccess.cc:3067–3078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3065 -------------------------------------------------------------------------*/
3066
3067int
3068LogAccess::marshal_cache_write_retries(char *buf)
3069{
3070 if (buf) {
3071 int64_t id = 0;
3072 if (m_http_sm) {
3073 id = m_http_sm->get_cache_sm().get_open_write_tries();
3074 }
3075 marshal_int(buf, id);
3076 }
3077 return INK_MIN_ALIGN;
3078}
3079
3080int
3081LogAccess::marshal_cache_collapsed_connection_success(char *buf)

Callers

nothing calls this directly

Calls 1

get_open_write_triesMethod · 0.80

Tested by

no test coverage detected