dpif-linux: Use get_32aligned_u64() in an appropriate place.
[openvswitch] / datapath / flow.h
index 3590a7dff4b2859f0779a388fb70f18043886b08..ae12fe4d9011d947f7b762604e581cdd4b7a75e3 100644 (file)
@@ -81,6 +81,7 @@ 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;