tools/libxc: misc: Mark const the parameter 'params' of xc_set_parameters()
authorJulien Grall <jgrall@amazon.com>
Mon, 30 Mar 2020 19:21:53 +0000 (20:21 +0100)
committerJulien Grall <jgrall@amazon.com>
Wed, 1 Apr 2020 09:57:07 +0000 (10:57 +0100)
commit897b6f4b4324b7696602fe386b5ea93506415442
treec7c3cc721f7a71ffeac7ef86cb1c2d3c0f8fbeeb
parent2b8079610ec55413613ad071cc81cd9f97232a7e
tools/libxc: misc: Mark const the parameter 'params' of xc_set_parameters()

The parameter 'params' of xc_set_parameters() should never be modified.
So mark it as const.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/include/xenctrl.h
tools/libxc/xc_misc.c