From 75a8f5acf1ee679f4495a9aab1931edac4a53511 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 11 Dec 2007 08:49:12 +0000 Subject: [PATCH] Bump the number of targets that the initiator can handle to 16 (from 1). --- dist/iscsi/include/initiator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/iscsi/include/initiator.h b/dist/iscsi/include/initiator.h index bee7db78c76a..a840ac405a0c 100644 --- a/dist/iscsi/include/initiator.h +++ b/dist/iscsi/include/initiator.h @@ -37,7 +37,7 @@ #include "parameters.h" #include "defs.h" -#define CONFIG_INITIATOR_NUM_TARGETS 1 +#define CONFIG_INITIATOR_NUM_TARGETS 16 /*********** * Private *