Skip to content

Commit

Permalink
ofproto: Factor OpenFlow connection management into new "connmgr".
Browse files Browse the repository at this point in the history
This removes a lot of code from ofproto.c and makes the ofproto code
easier to understand.
  • Loading branch information
blp committed Mar 29, 2011
1 parent 10d0a1d commit 19a87e3
Show file tree
Hide file tree
Showing 8 changed files with 1,529 additions and 1,130 deletions.
2 changes: 2 additions & 0 deletions ofproto/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ noinst_LIBRARIES += ofproto/libofproto.a
ofproto_libofproto_a_SOURCES = \
ofproto/collectors.c \
ofproto/collectors.h \
ofproto/connmgr.c \
ofproto/connmgr.h \
ofproto/fail-open.c \
ofproto/fail-open.h \
ofproto/in-band.c \
Expand Down
Loading

0 comments on commit 19a87e3

Please sign in to comment.