Re: [ovs-dev] [PATCH] vlog: Output configuration list in alphabetical order.

2011-06-09 Thread Justin Pettit
Pushed. Thanks. --Justin On Jun 9, 2011, at 9:20 AM, Ben Pfaff wrote: > Looks good, thank you. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] vlog: Output configuration list in alphabetical order.

2011-06-09 Thread Ben Pfaff
Looks good, thank you. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] vlog: Output configuration list in alphabetical order.

2011-06-08 Thread Justin Pettit
--- lib/vlog.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/lib/vlog.c b/lib/vlog.c index 4f6523f..265e9c6 100644 --- a/lib/vlog.c +++ b/lib/vlog.c @@ -29,6 +29,7 @@ #include "dirs.h" #include "dynamic-string.h" #include "sat-math.h" +#include "svec.h"