diff options
author | rrs <rrs@FreeBSD.org> | 2008-07-09 16:45:30 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2008-07-09 16:45:30 +0000 |
commit | a51aa927fad5ab9ebbb294340935d462f68ee19b (patch) | |
tree | 4a87f4aa4fe465871cb0aabaa4a65bf4595791b3 /sys/netinet/sctp_cc_functions.h | |
parent | c0ef832fd278f80304905d075e4657c1a92b196b (diff) | |
download | FreeBSD-src-a51aa927fad5ab9ebbb294340935d462f68ee19b.zip FreeBSD-src-a51aa927fad5ab9ebbb294340935d462f68ee19b.tar.gz |
1) Adds the rest of the VIMAGE change macros
2) Adds some __UserSpace__ on some of the common defines that
the user space code needs
3) Fixes a bug when we send up data to a user that failed. We
need to a) trim off the data chunk headers, if present, and
b) make sure the frag bit is communicated properly for the
msgs coming off the stream queues... i.e. we see if some
of the msg has been taken.
Obtained from: jeli contributed the VIMAGE changes on this pass Thanks Julain!
Diffstat (limited to 'sys/netinet/sctp_cc_functions.h')
-rw-r--r-- | sys/netinet/sctp_cc_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_cc_functions.h b/sys/netinet/sctp_cc_functions.h index 5d27aef..1a681ad 100644 --- a/sys/netinet/sctp_cc_functions.h +++ b/sys/netinet/sctp_cc_functions.h @@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$"); #ifndef __sctp_cc_functions_h__ #define __sctp_cc_functions_h__ -#if defined(_KERNEL) +#if defined(_KERNEL) || defined(__Userspace__) void sctp_set_initial_cc_param(struct sctp_tcb *stcb, |