Date: Sat, 8 Dec 2007 05:16:46 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 130456 for review Message-ID: <200712080516.lB85GkUb045888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130456 Change 130456 by kmacy@kmacy:storage:toestack on 2007/12/08 05:16:31 make tp_tid unsigned int everywhere. Affected files ... .. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom.h#13 edit Differences ... ==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom.h#13 (text+ko) ==== @@ -133,6 +133,7 @@ #define TP_ABORT_REQ_RCVD (1 << 6) #define TP_CLOSE_CON_REQUESTED (1 << 7) #define TP_SYN_RCVD (1 << 8) +#define TP_ESTABLISHED (1 << 9) void t3_init_tunables(struct tom_data *t);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712080516.lB85GkUb045888>
