PERFORCE change 108070 for review

Matt Jacob mjacob at FreeBSD.org
Wed Oct 18 13:50:44 PDT 2006


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

Change 108070 by mjacob at 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;


More information about the p4-projects mailing list