X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fsat.h;h=aa3005e0601f903c43d0adfc9450eb5ec47fe2bd;hb=67a63167629adc48ff31530dd58ece577f3d7460;hp=b8717413a295095beed04063dc63ef5194c8f99b;hpb=f383c18c9f85a1b439c6bfb2a27d652278ed019a;p=grits diff --git a/src/plugins/sat.h b/src/plugins/sat.h index b871741..aa3005e 100644 --- a/src/plugins/sat.h +++ b/src/plugins/sat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andy Spencer + * Copyright (C) 2009-2011 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,8 +37,9 @@ struct _GritsPluginSat { GritsViewer *viewer; GritsTile *tiles; GritsWms *wms; - GMutex *mutex; + GThreadPool *threads; gulong sigid; + gboolean aborted; }; struct _GritsPluginSatClass {