datapath: Distinguish set_config() functions' names.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Jan 2011 21:18:10 +0000 (13:18 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Jan 2011 21:18:10 +0000 (13:18 -0800)
commit574f1fb57a75affcd3953dab6119b061d1eff67f
tree15450aaac2833634dead81e1bee692e1d06c6728
parentec842d37d5702357d04044d1d2c1b7b09852d63e
datapath: Distinguish set_config() functions' names.

Both tunnel.c and vport-patch.c have set_config() functions.  They are
static so this does not confuse the compiler, but it does (slightly)
confuse me from time to time, so this commit changes their names to
tnl_set_config() and patch_set_config(), respectively.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/tunnel.c
datapath/vport-patch.c