X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.c;fp=vswitchd%2Fovs-vswitchd.c;h=9ed2404dba4e9c2d534e029f58ad35c2913cb7ed;hb=ea413ef8eecbcd3034446b9dfd49714cbb6815d2;hp=541cdcbc8b70af9e4e32b5fe3d89269b8ef3fc08;hpb=d59051362fa8ac4369f1be69ac942a52c9a424b9;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c index 541cdcbc8..9ed2404db 100644 --- a/vswitchd/ovs-vswitchd.c +++ b/vswitchd/ovs-vswitchd.c @@ -91,13 +91,17 @@ main(int argc, char *argv[]) } bridge_run(); unixctl_server_run(unixctl); +#ifndef THREADED dp_run(); +#endif netdev_run(); signal_wait(sighup); bridge_wait(); unixctl_server_wait(unixctl); +#ifndef THREADED dp_wait(); +#endif netdev_wait(); poll_block(); }