Merge pull request #82 from plieven/master

introduce LIBISCSI_API_VERSION
This commit is contained in:
Ronnie Sahlberg
2013-11-03 16:35:38 -08:00

View File

@@ -33,6 +33,9 @@ extern "C" {
struct iscsi_context;
struct sockaddr;
/* API VERSION */
#define LIBISCSI_API_VERSION (20131020)
/* FEATURES */
#define LIBISCSI_FEATURE_IOVECTOR (1)
#define LIBISCSI_FEATURE_NOP_COUNTER (1)