introduce LIBISCSI_API_VERSION

Signed-off-by: Peter Lieven <pl@kamp.de>
This commit is contained in:
Peter Lieven
2013-10-22 12:18:14 +02:00
parent f6a52d11c0
commit 91380889d4

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)