Github user jrushford commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1084#discussion_r82285415
  
    --- Diff: proxy/ParentSelection.h ---
    @@ -59,12 +59,7 @@ enum ParentResultType {
       PARENT_FAIL,
     };
     
    -enum ParentRR_t {
    -  P_NO_ROUND_ROBIN = 0,
    -  P_STRICT_ROUND_ROBIN,
    -  P_HASH_ROUND_ROBIN,
    -  P_CONSISTENT_HASH,
    -};
    +enum ParentRR_t { P_NO_ROUND_ROBIN = 0, P_STRICT_ROUND_ROBIN, 
P_HASH_ROUND_ROBIN, P_CONSISTENT_HASH, P_LATCHED_ROUND_ROBIN };
    --- End diff --
    
    Oops, I'll fix that.  
    
    The interfaces are defined in ParentSelection.h and the enum is used in 
both ParentSelection.cc, ParentConsistentHash.cc and ParentRoundRobin.cc all of 
which include ParentSelection.h


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to