aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-26 06:28:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-26 06:28:16 +0000
commitb94e6a1d8c18513d022cd1ff57a1924de7be1b84 (patch)
tree619b42b806910f8ffb770377ffb97c42b8660dc2 /libsylph/session.h
parent760a2b226de7779daf433cccf1128f0ae4cbb51b (diff)
made workaround for state machine freeze problem in Win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1188 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/session.h')
-rw-r--r--libsylph/session.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/session.h b/libsylph/session.h
index de39f2dd..e1d5fee6 100644
--- a/libsylph/session.h
+++ b/libsylph/session.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -137,6 +137,8 @@ struct _Session
guint timeout_tag;
guint timeout_interval;
+ guint ping_tag;
+
gpointer data;
/* virtual methods to parse server responses */