Update of /cvsroot/linuxisns/isnsNT/isnsserver/include
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17418/include
Modified Files:
iSNSdefs.h
Log Message:
Enable ESI to work
Index: iSNSdefs.h
===================================================================
RCS file: /cvsroot/linuxisns/isnsNT/isnsserver/include/iSNSdefs.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** iSNSdefs.h 25 Oct 2006 21:19:36 -0000 1.5
--- iSNSdefs.h 13 Dec 2006 23:53:01 -0000 1.6
***************
*** 145,151 ****
ISNS_ENTITY_GET_NXT_PORTAL_REQ,
- /* Nishan vendor specific messages */
- ISNS_SAVE_DB_REQ=0x100,
- /* End */
ISNS_END_VALID_REQ_FUNC_ID,
--- 145,148 ----
***************
*** 172,179 ****
ISNS_ENTITY_GET_NXT_PORTAL_RES,
- /* Nishan specific messages */
- ISNS_SAVE_DB_RES=0x8100,
- /* End */
-
ISNS_END_VALID_RES_FUNC_ID,
--- 169,172 ----
|