X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow.h;h=a3abc848914719925901bf999e37ce8478ac2d9e;hb=d1d2f3f3211e123c6080fa51f127419ccb2441c5;hp=96c72151c476efe91945f3e80ecca6eb07d1a176;hpb=3ee68a5b11605f57fd92d5e8307ff79635c1925c;p=sliver-openvswitch.git diff --git a/datapath/flow.h b/datapath/flow.h index 96c72151c..a3abc8489 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -65,7 +65,6 @@ static inline void check_key_align(void) struct sw_flow { struct sw_flow_key key; - uint32_t group_id; /* Flow group ID (for QoS). */ uint16_t max_idle; /* Idle time before discarding (seconds). */ uint16_t priority; /* Only used on entries with wildcards. */ unsigned long timeout; /* Expiration time (in jiffies). */