svn commit: r234828 - stable/8/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Apr 30 06:54:44 UTC 2012


Author: tuexen
Date: Mon Apr 30 06:54:44 2012
New Revision: 234828
URL: http://svn.freebsd.org/changeset/base/234828

Log:
  MFC r234731:
  Remove unused structure.
  Reported by Irene Ruengeler.

Modified:
  stable/8/sys/netinet/sctp_uio.h
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/netinet/sctp_uio.h
==============================================================================
--- stable/8/sys/netinet/sctp_uio.h	Mon Apr 30 06:48:18 2012	(r234827)
+++ stable/8/sys/netinet/sctp_uio.h	Mon Apr 30 06:54:44 2012	(r234828)
@@ -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