Hi -

In commit:

> From 5362cc6a24bbe05462507ced6b21bea4680805b8 Mon Sep 17 00:00:00 2001
> From: Christopher Koch <[email protected]>
> Date: Thu, 4 Aug 2016 14:18:28 -0700
> Subject: parlib/debug: Added ability to store memory and single-step.

> diff --git a/user/parlib/include/parlib/debug.h 
> b/user/parlib/include/parlib/debug.h
> index 40b4039a8da2..c77c7b20af1e 100644
> --- a/user/parlib/include/parlib/debug.h
> +++ b/user/parlib/include/parlib/debug.h
> @@ -117,8 +117,14 @@ struct d9_rstorereg {
>  } __attribute__((packed));
>  
>  /* resuming */
> +struct d9_tresume_msg {
> +     uint64_t tid;
> +     bool singlestep : 1;
> +} __attribute__((packed));
> +

Please don't use bitfields.  We try to avoid them wherever possible.

Thanks,

Barret


-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to