Date: Wed, 18 Oct 2006 20:50:41 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108070 for review Message-ID: <200610182050.k9IKofuc011797@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108070 Change 108070 by mjacob@newisp on 2006/10/18 20:49:47 Add a 'needs ack' tag to tmd_notify_t. Affected files ... .. //depot/projects/newisp/dev/isp/isp_tpublic.h#5 edit Differences ... ==== //depot/projects/newisp/dev/isp/isp_tpublic.h#5 (text+ko) ==== @@ -119,7 +119,8 @@ uint64_t nt_iid; /* inititator id */ uint64_t nt_tgt; /* target id */ uint16_t nt_lun; /* logical unit */ - uint16_t nt_padding; /* padding */ + uint16_t : 15, + nt_need_ack : 1; /* this notify needs an ACK */ uint32_t nt_tagval; /* tag value */ tmd_ncode_t nt_ncode; /* action */ void * nt_lreserved;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610182050.k9IKofuc011797>