X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.c;h=359e3ab1a5ce75683815796eb6bacd9a603e7209;hb=4cb3fde7c9224ca4f939852c5e7987fc5112d680;hp=b2b208214f9793cf38d64d84371b5cce5897abfb;hpb=55d5bb44cbca6993494b05a374d4f09ec03c9102;p=openvswitch diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c index b2b20821..359e3ab1 100644 --- a/vswitchd/ovs-vswitchd.c +++ b/vswitchd/ovs-vswitchd.c @@ -34,6 +34,7 @@ #include "dummy.h" #include "leak-checker.h" #include "netdev.h" +#include "openflow/openflow.h" #include "ovsdb-idl.h" #include "poll-loop.h" #include "process.h" @@ -80,7 +81,7 @@ main(int argc, char *argv[]) if (retval) { exit(EXIT_FAILURE); } - unixctl_command_register("exit", ovs_vswitchd_exit, &exiting); + unixctl_command_register("exit", "", ovs_vswitchd_exit, &exiting); bridge_init(remote); free(remote); @@ -146,7 +147,6 @@ parse_options(int argc, char *argv[]) } switch (c) { - case 'H': case 'h': usage();