[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 12/15] tools: rename 'xc_psr_cat_type' to 'xc_psr_type'
On 17-09-19 11:34:22, Roger Pau Monn� wrote: > On Tue, Sep 05, 2017 at 05:32:34PM +0800, Yi Sun wrote: > > @@ -325,12 +325,12 @@ int libxl_psr_cat_set_cbm(libxl_ctx *ctx, uint32_t > > domid, > > } > > > > libxl_for_each_set_bit(socketid, *target_map) { > > - xc_psr_cat_type xc_type; > > + xc_psr_type xc_type; > > > > if (socketid >= nr_sockets) > > break; > > > > - xc_type = libxl__psr_cbm_type_to_libxc_psr_cat_type(type); > > + xc_type = libxl__psr_cbm_type_to_libxc_psr_type(type); > > You can place this with the variable declaration: > > xc_psr_type xc_type = libxl__psr_cbm_type_to_libxc_psr_type(type); > Ok. > Thanks, Roger. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |