ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()
authorSimon Horman <simon.horman@netronome.com>
Tue, 27 Jan 2015 08:12:34 +0000 (17:12 +0900)
committerThomas Graf <tgraf@noironetworks.com>
Tue, 27 Jan 2015 14:47:38 +0000 (15:47 +0100)
commit1667bb34988358aaf1c92d0d21fad4b1c8698780
tree03dcd0baf11985886be1307f3c596908e3215299
parenta52b0492a4d0398a24ed2a3566ff55ac53fea31f
ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()

This parameter is not modified so it may be marked as const.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
lib/ofp-util.c
lib/ofp-util.h