>>> On 02.10.15 at 17:48, <roger....@citrix.com> wrote: > --- a/xen/common/compat/domain.c > +++ b/xen/common/compat/domain.c > @@ -23,6 +23,8 @@ CHECK_SIZE_(struct, vcpu_info); > CHECK_vcpu_register_vcpu_info; > #undef xen_vcpu_register_vcpu_info > > +extern vcpu_info_t dummy_vcpu_info;
This need to be put in a header included by both producer and consumer, so the declaration can't go out of sync with the definition (without causing build failure). Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel