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 0ac241b..a9e8b87 100644
--- a/src/slab.h
+++ b/src/slab.h
@@ -99,6 +99,16 @@ int Slab_Transfer (cGH const * const cctkGH,
int const dsttype,
void * const dstptr);
+int Slab_MultiTransfer (cGH const * const cctkGH,
+ int const dim,
+ struct xferinfo const * const xferinfo,
+ int const options,
+ int const nvars,
+ int const * const srctypes,
+ void const * const * const srcptrs,
+ int const * const dsttypes,
+ void * const * const dstptrs);
+
#ifdef __cplusplus
}
#endif