forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
1 parent
71000af
commit 513a3f6
Showing
2 changed files
with
79 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ Duffie Cooley [email protected] | |
Ed Maste emaste at freebsd.org | ||
Edouard Bourguignon [email protected] | ||
Edward Tomasz Napierała [email protected] | ||
Eric Sesterhenn [email protected] | ||
Ethan Jackson [email protected] | ||
Flavio Leitner [email protected] | ||
Francesco Fusco [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters