From 01de246bdce721721d1c97a8b24d6585cd04102d Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 3 Jun 2016 19:09:39 -0700 Subject: [PATCH] Add a feature macro for ISER and bump api version Signed-off-by: Ronnie Sahlberg --- include/iscsi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/iscsi.h b/include/iscsi.h index 47f162f..622cd4a 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -36,11 +36,12 @@ struct sockaddr; struct scsi_iovec; /* API VERSION */ -#define LIBISCSI_API_VERSION (20160501) +#define LIBISCSI_API_VERSION (20160603) /* FEATURES */ #define LIBISCSI_FEATURE_IOVECTOR (1) #define LIBISCSI_FEATURE_NOP_COUNTER (1) +#define LIBISCSI_FEATURE_ISER (1) #define MAX_STRING_SIZE (255)