X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fflow.h;h=ae12fe4d9011d947f7b762604e581cdd4b7a75e3;hb=6ecf431e1df3dc011e8a67e4864d324c65f4be17;hp=3590a7dff4b2859f0779a388fb70f18043886b08;hpb=3544358aa5960b148bc31435a0062e9392530ec2;p=openvswitch diff --git a/datapath/flow.h b/datapath/flow.h index 3590a7df..ae12fe4d 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -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;