>>> On 28.09.16 at 11:42, <konrad.w...@oracle.com> wrote:
> --- a/xen/include/public/sysctl.h
> +++ b/xen/include/public/sysctl.h
> @@ -785,6 +785,20 @@ struct tmem_handle {
>      xen_tmem_oid_t oid;
>  };
>  
> +struct tmem_client {

I guess there's a reason for this to get added to the public header,
but if it really is meant to go here the structure tag should gain a
xen_ prefix.

> +    uint32_t version;
> +    uint32_t maxpools;

Except for their initialization in client_create() these fields are
unused. What's the deal?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to