>>> On 12.11.18 at 12:30, <mirela.simono...@aggios.com> 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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to