Fix field name in response pdu.
This commit is contained in:
parent
02fd82b2cb
commit
e27d88e376
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iscsi_pdu.h,v 1.2 2014/06/21 03:42:52 dholland Exp $ */
|
||||
/* $NetBSD: iscsi_pdu.h,v 1.3 2016/06/15 03:40:59 mlelstv Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc.
|
||||
|
@ -134,7 +134,7 @@ struct scsi_response_pdu_s
|
|||
uint32_t StatSN;
|
||||
uint32_t ExpCmdSN;
|
||||
uint32_t MaxCmdSN;
|
||||
uint32_t ExpStatSN;
|
||||
uint32_t ExpDataSN;
|
||||
uint32_t ReadResidualCount;
|
||||
uint32_t ResidualCount;
|
||||
} __packed;
|
||||
|
|
Loading…
Reference in New Issue