X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport.h;h=fb3a3e37f31afdba3073be08cd277b86fa359cf3;hb=d2bb2799e1b7cf2177140cf4ca8a60312c87625a;hp=b98c461ed3e9a0cd3de48bcf8742f58e99989d08;hpb=7237e4f4b6155eb4854cebc0a45fe845f0950b40;p=openvswitch diff --git a/datapath/vport.h b/datapath/vport.h index b98c461e..fb3a3e37 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -115,7 +115,7 @@ struct vport { struct hlist_node hash_node; const struct vport_ops *ops; - struct vport_percpu_stats *percpu_stats; + struct vport_percpu_stats __percpu *percpu_stats; spinlock_t stats_lock; struct vport_err_stats err_stats;