CVSROOT: /cvs/gnome Module name: gnome-vfs Changes by: gicmo 05/12/02 13:25:17
Modified files: . : ChangeLog libgnomevfs : Makefile.am gnome-vfs-init.c gnome-vfs-job-queue.c gnome-vfs-job-queue.h gnome-vfs-job.c gnome-vfs-pthread.c Removed files: libgnomevfs : gnome-vfs-job-slave.c gnome-vfs-job-slave.h gnome-vfs-thread-pool.c gnome-vfs-thread-pool.h Log message: 2005-12-02 Christian Kellner <[EMAIL PROTECTED]> The "Get Out With The Sickness" commit. It replaces gnome-vfs' own implementation of a thread pool and priority queue (which was never working correctly). * libgnomevfs/gnome-vfs-job-queue.c: Use GThreadPool. It lacks prioritizing for now - which was not working anyway. We will add that to glib's GThreadPool and then re-add here. * libgnomevfs/gnome-vfs-job-queue.h: Mark functions as internal with G_GNUC_INTERNAL and remove gnome_vfs_job_queue_run (). * libgnomevfs/gnome-vfs-pthread.c: * libgnomevfs/gnome-vfs-init.c: Remove calls to thread pool's init and shutdown functions which are gone now. * libgnomevfs/gnome-vfs-thread-pool.c: * libgnomevfs/gnome-vfs-thread-pool.h: * libgnomevfs/gnome-vfs-job-slave.c: * libgnomevfs/gnome-vfs-job-slave.h: Obsoleted by GThreadPool. Removed. * libgnomevfs/Makefile.am: Remove -thread-pool.[ch] and -job-slave.[ch] * libgnomevfs/gnome-vfs-job.c: Remove gnome-vfs-job-slave.h include. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-vfs&who=gicmo&date=explicit&mindate=2005-12-02%2013:24&maxdate=2005-12-02%2013:26 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list