From 91380889d40a4b4a35552e2d2910ec6533e83519 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Tue, 22 Oct 2013 12:18:14 +0200 Subject: [PATCH] introduce LIBISCSI_API_VERSION Signed-off-by: Peter Lieven --- include/iscsi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/iscsi.h b/include/iscsi.h index 0f0f07a..4878166 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -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)