|
|
| version 1.1.1.1, 2012/02/21 16:42:02 | version 1.1.1.2, 2012/10/09 09:13:23 |
|---|---|
| Line 1 | Line 1 |
| /* | /* |
| * Copyright (C) 2008-2011 Daisuke Aoyama <aoyama@peach.ne.jp>. | * Copyright (C) 2008-2012 Daisuke Aoyama <aoyama@peach.ne.jp>. |
| * All rights reserved. | * All rights reserved. |
| * | * |
| * Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without |
| Line 143 typedef struct iscsi_pdu_t { | Line 143 typedef struct iscsi_pdu_t { |
| uint8_t shortdata[ISTGT_SHORTDATASIZE]; | uint8_t shortdata[ISTGT_SHORTDATASIZE]; |
| uint8_t *data; | uint8_t *data; |
| uint8_t data_digest[ISCSI_DIGEST_LEN]; | uint8_t data_digest[ISCSI_DIGEST_LEN]; |
| int total_ahs_len; | size_t total_ahs_len; |
| int data_segment_len; | size_t data_segment_len; |
| int copy_pdu; | int copy_pdu; |
| } ISCSI_PDU; | } ISCSI_PDU; |
| typedef ISCSI_PDU *ISCSI_PDU_Ptr; | typedef ISCSI_PDU *ISCSI_PDU_Ptr; |