From: Gonzalo A. <ga...@us...> - 2006-09-08 15:01:41
|
Update of /cvsroot/mod-c/mod_c/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28783/include Modified Files: mod_c.h Log Message: Session handling shifted to EHTML. Index: mod_c.h =================================================================== RCS file: /cvsroot/mod-c/mod_c/include/mod_c.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mod_c.h 25 Aug 2006 14:25:40 -0000 1.5 --- mod_c.h 8 Sep 2006 15:01:38 -0000 1.6 *************** *** 38,59 **** */ void * ehtml_cache; - /** - * The map used by mod_c for looking up session drivers (by their session - * type name). - */ - void * session_drivers; - /** - * Indicates whether the default session server should listen for remote - * session requests. - */ - int enable_remote_sessions; - /** - * The port on which the default session server should listen. - */ - int session_server_port; - /** - * Disables or enables the default session server. - */ - int disable_session_server; /** * On demand application loading. --- 38,41 ---- |