From d2e6a28e22a2352d4622265693405b3f193c6aee Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 2 Nov 2001 23:53:36 +0000 Subject: Initialize our private mutex. (camel_data_wrapper_finalize): Destroy our 2001-11-02 Jeffrey Stedfast * camel-data-wrapper.c (camel_data_wrapper_init): Initialize our private mutex. (camel_data_wrapper_finalize): Destroy our private mutex. (write_to_stream): Lock around camel_stream_write_to_stream() so that we don't get 2 threads trying to read from our stream at the same time. svn path=/trunk/; revision=14573 --- camel/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 88f557a2a1..3a2e167524 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-11-02 Jeffrey Stedfast + + * camel-data-wrapper.c (camel_data_wrapper_init): Initialize our + private mutex. + (camel_data_wrapper_finalize): Destroy our private mutex. + (write_to_stream): Lock around camel_stream_write_to_stream() so + that we don't get 2 threads trying to read from our stream at the + same time. + 2001-11-01 * camel-vee-folder.c (folder_changed_change): Move all searching -- cgit v1.2.3