[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v1 2/5] tools/libxl: move domain suspend codes into a separate file
On Wed, 2015-05-20 at 18:01 +0800, Yang Hongyang wrote: > diff --git a/tools/libxl/libxl_internal.h > b/tools/libxl/libxl_internal.h > index f86fc89..b2eeb89 100644 > --- a/tools/libxl/libxl_internal.h > +++ b/tools/libxl/libxl_internal.h > @@ -3191,6 +3191,12 @@ _hidden void > libxl__domain_save_device_model(libxl__egc *egc, > > _hidden const char *libxl__device_model_savefile(libxl__gc *gc, > uint32_t domid); > > +void libxl__domain_suspend_callback(void *data); > + > +/* calls dss->callback_common_done when done */ > +void libxl__domain_suspend(libxl__egc *egc, > + libxl__domain_suspend_state *dss); Please mark these internal functions _hidden like the other examples in this file. With that the ack I just sent before I notice this stands. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |