From 49419f4c8597b50803d9d103ae33fe148f880117 Mon Sep 17 00:00:00 2001 From: Ilias Stamatis Date: Fri, 28 Jun 2019 18:38:17 +0200 Subject: [PATCH] virDomainGetPerfEvents: Note that typed params flags are also supported Signed-off-by: Ilias Stamatis Reviewed-by: Erik Skultety --- src/libvirt-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 50767a75ed..e2594a3392 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -9730,7 +9730,7 @@ virDomainOpenChannel(virDomainPtr dom, * @domain: a domain object * @params: where to store perf events setting * @nparams: number of items in @params - * @flags: bitwise-OR of virDomainModificationImpact + * @flags: bitwise-OR of virDomainModificationImpact and virTypedParameterFlags * * Get all Linux perf events setting. Possible fields returned in * @params are defined by VIR_PERF_EVENT_* macros and new fields