Re: [ovs-dev] [PATCH 1/3] Update openvswitch to allow linking from C++ projects

2013-12-16 Thread Ben Pfaff
On Mon, Dec 16, 2013 at 10:26:13PM -0800, Harold Lim wrote: > The input variable of ovs_scan is changed from 'template' to > 'format'. template is a keyword in C++. Can you rebase against current master (there's a small change in util.h that throws off the patch), and add a Signed-off-by-line? Th

[ovs-dev] [PATCH 1/3] Update openvswitch to allow linking from C++ projects

2013-12-16 Thread Harold Lim
The input variable of ovs_scan is changed from 'template' to 'format'. template is a keyword in C++. --- lib/util.c |8 lib/util.h |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/util.c b/lib/util.c index 13d41a7..e12a488 100644 --- a/lib/util.c +++ b/lib