]> Pileus Git - grits/blobdiff - src/plugins/sat.h
Add grits_object_destroy functions and fix memory leaks
[grits] / src / plugins / sat.h
index b8717413a295095beed04063dc63ef5194c8f99b..aa3005e0601f903c43d0adfc9450eb5ec47fe2bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
  *
  * 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 {