X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fmap.h;h=5161837609ee62daeca13323fdcef67c583e9b73;hb=d55c77bbf477e582a8525ac831ad97b035b8185d;hp=91741e254dab42650459c89fd21fa09bf91872b6;hpb=f383c18c9f85a1b439c6bfb2a27d652278ed019a;p=grits diff --git a/src/plugins/map.h b/src/plugins/map.h index 91741e2..5161837 100644 --- a/src/plugins/map.h +++ b/src/plugins/map.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 @@ -36,9 +36,11 @@ struct _GritsPluginMap { /* instance members */ GritsViewer *viewer; GritsTile *tiles; + GritsTms *tms; GritsWms *wms; - GMutex *mutex; + GThreadPool *threads; gulong sigid; + gboolean aborted; }; struct _GritsPluginMapClass {