énumération ISCSI_DIGEST_TYPES (iscsidef.h)
L’énumération ISCSI_DIGEST_TYPES indique le type de digest.
Syntax
typedef enum {
ISCSI_DIGEST_TYPE_NONE,
ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
Constantes
ISCSI_DIGEST_TYPE_NONE Il n’existe aucune synthèse utilisable qui garantit l’intégrité des données. |
ISCSI_DIGEST_TYPE_CRC32C Le digest qui garantit l’intégrité des données utilise une redondance cyclique 32 bits case activée. |
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | iscsidef.h (inclure Iscsidef.h) |