summaryrefslogtreecommitdiff
path: root/mg2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg2d.h')
-rw-r--r--mg2d.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mg2d.h b/mg2d.h
index fd11906..f6439c0 100644
--- a/mg2d.h
+++ b/mg2d.h
@@ -22,6 +22,8 @@
#include <stddef.h>
#include <stdint.h>
+#include <threadpool.h>
+
#include "mg2d_boundary.h"
#include "mg2d_constants.h"
@@ -160,6 +162,8 @@ typedef struct MG2DContext {
* exact solve is performed.
*/
size_t max_exact_size;
+
+ TPContext *tp;
} MG2DContext;
/**