From acd6bafa58cf5fdea4814e51aac175a99894a373 Mon Sep 17 00:00:00 2001 From: bertrand Date: Fri, 17 Sep 1999 20:34:22 +0000 Subject: added notify io_channel. new func. run the next operation. 1999-09-17 bertrand * camel/camel-folder-pt-proxy.c (_init_with_store): added notify io_channel. * (camel_op_queue_run_next_op): new func. run the next operation. svn path=/trunk/; revision=1236 --- camel/camel-folder-pt-proxy.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/camel-folder-pt-proxy.h') diff --git a/camel/camel-folder-pt-proxy.h b/camel/camel-folder-pt-proxy.h index e2ce27a769..9051065b08 100644 --- a/camel/camel-folder-pt-proxy.h +++ b/camel/camel-folder-pt-proxy.h @@ -29,6 +29,7 @@ #define CAMEL_FOLDER_PT_PROXY_H 1 #include "camel-folder.h" +#include "camel-op-queue.h" #define CAMEL_FOLDER_PT_PROXY_TYPE (camel_folder_pt_proxy_get_type ()) @@ -43,6 +44,11 @@ typedef struct { CamelFolder *real_folder; GStaticMutex mutex; + CamelOpQueue *op_queue; + gint pipe_client_fd; + gint pipe_server_fd; + GIOChannel *notify_source; + } CamelFolderPtProxy; -- cgit v1.2.3