Add a feature macro for ISER and bump api version

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-06-03 19:09:39 -07:00
parent a628264ef0
commit 01de246bdc

View File

@@ -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)