aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-12-03 05:26:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-12-03 05:26:39 +0000
commitc846d3000225e4887948145bd7162e7e8a5af953 (patch)
treef953fbb6b2043a85979402e1cb1780d99ae9c3a3 /libsylph/session.c
parent543bf7f1c24908bda2df3c0ea523b032b3a00a74 (diff)
added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc header file.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2088 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/session.c')
-rw-r--r--libsylph/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/session.c b/libsylph/session.c
index 7f199f6e..d64fc72d 100644
--- a/libsylph/session.c
+++ b/libsylph/session.c
@@ -289,7 +289,7 @@ static gboolean session_ping_cb(gpointer data)
debug_print("state machine freeze for 1 second detected, forcing dispatch.\n");
save_flags = sock->flags;
- SOCK_UNSET_FLAGS(sock->flags, SOCK_CHECK_IO);
+ SOCK_UNSET_FLAGS(sock->flags, SYL_SOCK_CHECK_IO);
sock->callback(sock, sock->condition, sock->data);
sock->flags = save_flags;
}