Update of /cvsroot/linuxisns/isnsNT/isnsclient/include
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24842/isnsclient/include
Modified Files:
isns.h
Log Message:
add control node
Index: isns.h
===================================================================
RCS file: /cvsroot/linuxisns/isnsNT/isnsclient/include/isns.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** isns.h 22 Nov 2006 21:01:52 -0000 1.3
--- isns.h 2 Jan 2007 20:15:24 -0000 1.4
***************
*** 207,210 ****
--- 207,212 ----
#define ISNS_VERSION "1.2.0"
+ #define CONTROL_NODE "iqn.control.node"
+
/* This should be an integer, and is the protocol version */
#define ISNSP_VERSION 1
|