[ovs-dev] [PATCH] ovsdb-idlc: constify 'char **'

Ben Pfaff blp at nicira.com
Thu Feb 19 18:15:42 UTC 2015


On Thu, Feb 19, 2015 at 01:10:51PM -0500, Russell Bryant wrote:
> Update the logic used in constify() to add const to a 'char **' while
> still excluding all other cases of more than one level of indirection.
> 
> This results in adding const to a parameter of a generated setter
> function where we're generally passing in array of constant strings.
> As a result, this patch includes the other necessary fixes to the code
> base to reflect the const addition.
> 
> Signed-off-by: Russell Bryant <rbryant at redhat.com>

Applied, thanks!



More information about the dev mailing list