Date: Wed, 3 Sep 2008 23:16:18 GMT From: Julian Elischer <julian@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149166 for review Message-ID: <200809032316.m83NGIb0034206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149166 Change 149166 by julian@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809032316.m83NGIb0034206>