]> Zhao Yanbai Git Server - minix.git/commit
LWIP - udp_io_hdr.h
authorTomas Hruby <tom@minix3.org>
Thu, 7 Apr 2011 07:43:03 +0000 (07:43 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 7 Apr 2011 07:43:03 +0000 (07:43 +0000)
commit77172e23f723162aea65674c6bf9e8b76c505228
tree2314aa2f0860cb6c91664e8bd9cb0a9841cca82a
parent3bbd454578080f6ac5954534489cfc3aed1c5207
LWIP - udp_io_hdr.h

lwip server needs to include struct udp_io_hdr but must not include
struct udp-hdr as it conflicts with its internal type. So it is split
into to files now.
common/include/Makefile.inc
common/include/net/gen/udp_hdr.h
common/include/net/gen/udp_io_hdr.h [new file with mode: 0644]