On 11/12/18 8:31 AM, Wang Huaqiang wrote:
> Add virResctrlMonitorSetID by leveraging previous refactored patch.
> 
> Signed-off-by: Wang Huaqiang <[email protected]>
> ---
>  src/util/virresctrl.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 

This one won't compile alone - it's missing the virresctrl.h and the
libvirt_private.syms change.

To make life easier - I'm going to merge it with the next patch.

Reviewed-by: John Ferlan <[email protected]>

John

> diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c
> index 4e4831c..ed682c9 100644
> --- a/src/util/virresctrl.c
> +++ b/src/util/virresctrl.c
> @@ -2581,3 +2581,12 @@ virResctrlMonitorCreate(virResctrlMonitorPtr monitor,
>      virResctrlUnlock(lockfd);
>      return ret;
>  }
> +
> +
> +int
> +virResctrlMonitorSetID(virResctrlMonitorPtr monitor,
> +                       const char *id)
> +
> +{
> +    return virResctrlSetID(&monitor->id, id);
> +}
> 

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to