PERFORCE change 149166 for review

Julian Elischer julian at FreeBSD.org
Wed Sep 3 23:16:19 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149166

Change 149166 by julian at julian_trafmon1 on 2008/09/03 23:15:48

	replace accidentally removed field

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_syncache.h#16 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/tcp_syncache.h#16 (text+ko) ====

@@ -90,7 +90,7 @@
 #ifndef TCP_OFFLOAD_DISABLE
 	struct toe_usrreqs *sc_tu;		/* TOE operations */
 	void 		*sc_toepcb;		/* TOE protocol block */
-#endif			
+#endif
 #ifdef MAC
 	struct label	*sc_label;		/* MAC label reference */
 #endif
@@ -101,6 +101,7 @@
 #define	SYNCOOKIE_LIFETIME	16	/* seconds */
 
 struct syncache_head {
+	struct		vnet *sch_vnet;
 	struct mtx	sch_mtx;
 	TAILQ_HEAD(sch_head, syncache)	sch_bucket;
 	struct callout	sch_timer;


More information about the p4-projects mailing list