From: Robert W. <wrw...@us...> - 2006-12-18 23:00:07
|
Update of /cvsroot/linuxisns/isnsNT/isnsserver/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7738/isnsserver/include Modified Files: iSNSdefs.h Log Message: Portal Group Update Index: iSNSdefs.h =================================================================== RCS file: /cvsroot/linuxisns/isnsNT/isnsserver/include/iSNSdefs.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** iSNSdefs.h 15 Dec 2006 18:17:18 -0000 1.7 --- iSNSdefs.h 18 Dec 2006 23:00:04 -0000 1.8 *************** *** 90,94 **** #define FC_DESCRIPTOR_SIZE (256) #define ISNS_SCN_BITMAP_SIZE (4) - #define ISNS_PORTAL_GROUP_SIZE (4) #define ISNS_PORTAL_GROUP_TAG_SIZE (4) --- 90,93 ---- *************** *** 196,201 **** ISNS_ESI_INTERVAL, ISNS_ESI_PORT, ! ISNS_PORTAL_GROUP, ! ISNS_PORTAL_IDX, ISNS_SCN_PORT=23, ISNS_PORTAL_SECURITY_BITMAP=27, --- 195,200 ---- ISNS_ESI_INTERVAL, ISNS_ESI_PORT, ! /* ISNS_PORTAL_GROUP, -- tag removed from RFC spec */ ! ISNS_PORTAL_IDX=22, ISNS_SCN_PORT=23, ISNS_PORTAL_SECURITY_BITMAP=27, |