ofproto-dpif: Avoid malloc() of "struct flow_miss".
[openvswitch] / vswitchd / ovs-vswitchd.c
index 76dc52bb531b9278cd86273c2d3f823a4cca30fb..f7ddee1d633229b6ac431973f2480638a1729d54 100644 (file)
@@ -49,7 +49,7 @@
 #include "util.h"
 #include "vconn.h"
 #include "vlog.h"
-#include "vswitchd/vswitch-idl.h"
+#include "lib/vswitch-idl.h"
 
 VLOG_DEFINE_THIS_MODULE(vswitchd);
 
@@ -159,7 +159,7 @@ parse_options(int argc, char *argv[], char **unixctl_pathp)
             usage();
 
         case 'V':
-            ovs_print_version(OFP_VERSION, OFP_VERSION);
+            ovs_print_version(OFP10_VERSION, OFP10_VERSION);
             exit(EXIT_SUCCESS);
 
         case OPT_MLOCKALL: