diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-04-09 07:54:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-09 19:19:39 +0200 |
commit | 1b8664341100716202c29d67f24d67094a82971e (patch) | |
tree | 6420508b2e4053927f2ec6df4a516366da31691f /include/net/sctp/constants.h | |
parent | mrf24j40: use module_spi_driver to simplify the code (diff) | |
download | linux-1b8664341100716202c29d67f24d67094a82971e.tar.xz linux-1b8664341100716202c29d67f24d67094a82971e.zip |
net: sctp: introduce uapi header for sctp
This patch introduces an UAPI header for the SCTP protocol,
so that we can facilitate the maintenance and development of
user land applications or libraries, in particular in terms
of header synchronization.
To not break compatibility, some fragments from lksctp-tools'
netinet/sctp.h have been carefully included, while taking care
that neither kernel nor user land breaks, so both compile fine
with this change (for lksctp-tools I tested with the old
netinet/sctp.h header and with a newly adapted one that includes
the uapi sctp header). lksctp-tools smoke test run through
successfully as well in both cases.
Suggested-by: Neil Horman <nhorman@tuxdriver.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp/constants.h')
-rw-r--r-- | include/net/sctp/constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/constants.h b/include/net/sctp/constants.h index a7dd5c50df79..ca50e0751e47 100644 --- a/include/net/sctp/constants.h +++ b/include/net/sctp/constants.h @@ -49,7 +49,6 @@ #include <linux/sctp.h> #include <linux/ipv6.h> /* For ipv6hdr. */ -#include <net/sctp/user.h> #include <net/tcp_states.h> /* For TCP states used in sctp_sock_state_t */ /* Value used for stream negotiation. */ |