Add abstraction of packet queue, and use it in the controller.
authorBen Pfaff <blp@nicira.com>
Thu, 27 Mar 2008 22:16:57 +0000 (15:16 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2008 00:50:33 +0000 (17:50 -0700)
commitbce273b4c0c4ab92bdc0386b4da41a4f91e746db
tree89c79b470e60fd8ff39539da1a1748f4c385be40
parenta9111b60153ba0a726a1711f2b7969d2691fbb0f
Add abstraction of packet queue, and use it in the controller.

The packet queue abstraction will also be used in the userspace
switch.
controller/controller.c
include/Makefile.am
include/queue.h [new file with mode: 0644]
lib/Makefile.am
lib/queue.c [new file with mode: 0644]