learn: Allow read-only fields to be matched.
[openvswitch] / datapath / flow.h
index ae12fe4d9011d947f7b762604e581cdd4b7a75e3..ade8ac80828f6df5546bd62190031f755787526e 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/kernel.h>
 #include <linux/netlink.h>
+#include <linux/openvswitch.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
 #include <linux/rcupdate.h>
@@ -19,7 +20,6 @@
 #include <linux/jiffies.h>
 #include <linux/time.h>
 #include <linux/flex_array.h>
-#include "openvswitch/datapath-protocol.h"
 
 struct sk_buff;
 
@@ -81,7 +81,6 @@ struct sw_flow {
        struct rcu_head rcu;
        struct hlist_node  hash_node;
        u32 hash;
-       u32 upcall_pid;
 
        struct sw_flow_key key;
        struct sw_flow_actions __rcu *sf_acts;