Factor the ovsdb-server main loop into a new function
authorEric Sesterhenn <eric.sesterhenn@lsexperts.de>
Fri, 11 Jul 2014 11:24:06 +0000 (13:24 +0200)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Jul 2014 16:19:22 +0000 (09:19 -0700)
commit513a3f64b63856b93032e2147bf3cbb074c5da94
treecb32cccd376dfb2a156821cb643502c6b07e6b22
parent71000af63ee4476f7bf8d96271a2953ac9b3e1f1
Factor the ovsdb-server main loop into a new function

This refactors the ovsdb-server main loop into a new function, which allows
to call it from multiple places.

Signed-off-by: Eric Sesterhenn <eric.sesterhenn@lsexperts.de>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
ovsdb/ovsdb-server.c