X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fflow.h;h=ae12fe4d9011d947f7b762604e581cdd4b7a75e3;hb=0e70cdcb8ddeb20417e682fd63769f9d16601b07;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;