bce273b4c0
The packet queue abstraction will also be used in the userspace switch.
28 lines
362 B
Makefile
28 lines
362 B
Makefile
noinst_HEADERS = \
|
|
buffer.h \
|
|
command-line.h \
|
|
compiler.h \
|
|
dynamic-string.h \
|
|
dpif.h \
|
|
fatal-signal.h \
|
|
fault.h \
|
|
flow.h \
|
|
hash.h \
|
|
ip.h \
|
|
list.h \
|
|
mac.h \
|
|
netlink.h \
|
|
ofp-print.h \
|
|
openflow.h \
|
|
openflow-netlink.h \
|
|
packets.h \
|
|
poll-loop.h \
|
|
queue.h \
|
|
socket-util.h \
|
|
util.h \
|
|
vconn.h \
|
|
vconn-ssl.h \
|
|
vlog-socket.h \
|
|
vlog.h \
|
|
xtoxll.h
|