svn commit: r234731 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Fri Apr 27 13:58:10 UTC 2012
Author: tuexen
Date: Fri Apr 27 13:58:09 2012
New Revision: 234731
URL: http://svn.freebsd.org/changeset/base/234731
Log:
Remove unused structure.
Reported by Irene Ruengeler.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_uio.h
Modified: head/sys/netinet/sctp_uio.h
==============================================================================
--- head/sys/netinet/sctp_uio.h Fri Apr 27 13:41:20 2012 (r234730)
+++ head/sys/netinet/sctp_uio.h Fri Apr 27 13:58:09 2012 (r234731)
@@ -608,13 +608,6 @@ struct sctp_getaddresses {
struct sockaddr addr[1];
};
-struct sctp_setstrm_timeout {
- sctp_assoc_t ssto_assoc_id;
- uint32_t ssto_timeout;
- uint32_t ssto_streamid_start;
- uint32_t ssto_streamid_end;
-};
-
struct sctp_status {
sctp_assoc_t sstat_assoc_id;
int32_t sstat_state;
More information about the svn-src-all
mailing list