Author: ArcRiley
Date: 2009-01-14 01:23:04 -0500 (Wed, 14 Jan 2009)
New Revision: 1481

Modified:
   trunk/concordance/src/__init__.h
Log:
added conSession_Version for David


Modified: trunk/concordance/src/__init__.h
===================================================================
--- trunk/concordance/src/__init__.h    2009-01-14 06:00:02 UTC (rev 1480)
+++ trunk/concordance/src/__init__.h    2009-01-14 06:23:04 UTC (rev 1481)
@@ -46,6 +46,11 @@
 PyTypeObject concordSession_Type;
 
 typedef struct {
+  guint                 major;
+  guint                 minor;
+} conSession_Version;
+
+typedef struct {
   PyObject*             self;          /* Session object for this or NULL */
   GMutex*               lock;          /* Mutex for self test/add/remove */
   concordCore_Object*   core;          /* Core this session belongs to */
@@ -53,6 +58,7 @@
   Gsasl_session*        sctx;          /* gsasl session context */
   XML_Parser            pars;          /* expat parser for this session */
   gchar                 host[256];     /* verified hostname or NULL */
+  conSession_Version    vers;
   gboolean              tls;           /* flag for whether tls is enabled */
   gint                  state;         /* current session state */
   gint                  depth;         /* parser element depth */

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to