aboutsummaryrefslogtreecommitdiff
path: root/src/slab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slab.h')
-rw-r--r--src/slab.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/slab.h b/src/slab.h
index a9e8b87..e30f72a 100644
--- a/src/slab.h
+++ b/src/slab.h
@@ -8,6 +8,8 @@ extern "C"
{
#endif
+#include <stdio.h>
+
#include "cctk.h"
/*
@@ -90,6 +92,14 @@ struct xferinfo {
int flip;
};
+void
+print_slabinfo (FILE * const out,
+ struct slabinfo const * const slabinfo);
+
+void
+print_xferinfo (FILE * const out,
+ struct xferinfo const * const xferinfo);
+
int Slab_Transfer (cGH const * const cctkGH,
int const dim,
struct xferinfo const * const xferinfo,