Home
last modified time | relevance | path

Searched defs:LB_State (Results 1 – 1 of 1) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogBuffer.h97 union LB_State { union
98 LB_State() : ival(0) {} in LB_State() function
99 LB_State(LB_State &vs) { ival = vs.ival; } in LB_State() function