Jamie McCracken wrote: > (move do_cleanup to tracker-utils.c/.h and make it non static. We can > probably use tracker->is_running instead of static shutdown variable in > trackerd.c too?)
Actually we will need a tracker->shutdown variable instead of the static shutdown variable. Shutdown is used to tell threads to stop (when asleep) while tracker->is_running encourages them to sleep so they are different. -- Mr Jamie McCracken http://jamiemcc.livejournal.com/ _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
