Add Connection class getter methods for flow labels.

BIT-1309 #close
This commit is contained in:
Jon Siwek 2015-03-13 13:00:29 -05:00
parent c56df225b0
commit 51010eccd4

View file

@ -263,6 +263,9 @@ public:
void CheckFlowLabel(bool is_orig, uint32 flow_label);
uint32 GetOrigFlowLabel() { return orig_flow_label; }
uint32 GetRespFlowLabel() { return resp_flow_label; }
protected:
Connection() { persistent = 0; }