Update openvswitch to allow linking from C++ projects
authorHarold Lim <haroldl@vmware.com>
Tue, 17 Dec 2013 18:32:11 +0000 (10:32 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 17 Dec 2013 21:14:03 +0000 (13:14 -0800)
commit037821cf99cadc12e0391dc3fc1961499a20c9fd
tree503fcc3eeffa83ac330f1a0025380904dd2ed1f7
parent7ae9259083b202062bdb4ff4ff85bc966357d4be
Update openvswitch to allow linking from C++ projects

The input variable of ovs_scan is changed from 'template' to
'format'. template is a keyword in C++.

Signed-off-by: Harold Lim <haroldl@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/util.c
lib/util.h