[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 04/18] xen/arm: While a domain is suspended put its watchdogs on pause
>>> On 12.11.18 at 12:30, <mirela.simonovic@xxxxxxxxxx> wrote: > --- a/xen/include/xen/timer.h > +++ b/xen/include/xen/timer.h > @@ -18,6 +18,9 @@ struct timer { > /* System time expiry value (nanoseconds since boot). */ > s_time_t expires; > > + /* Suspend timestamp value (nanoseconds since boot). */ > + s_time_t suspended; I can't see how this becomes a universally useful field, so I don't think it belongs here. For your purpose deriving a new structure containing struct timer and this one field should work. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |