aboutsummaryrefslogtreecommitdiffstats
path: root/libcoopgamma_async_context_marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcoopgamma_async_context_marshal.c')
-rw-r--r--libcoopgamma_async_context_marshal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcoopgamma_async_context_marshal.c b/libcoopgamma_async_context_marshal.c
index 6f1b96d..5f7ac57 100644
--- a/libcoopgamma_async_context_marshal.c
+++ b/libcoopgamma_async_context_marshal.c
@@ -16,7 +16,7 @@ libcoopgamma_async_context_marshal(const libcoopgamma_async_context_t *restrict
{
MARSHAL_PROLOGUE;
marshal_version(LIBCOOPGAMMA_ASYNC_CONTEXT_VERSION);
- marshal_prim(this->message_id, uint32_t);
- marshal_prim(this->coalesce, int);
+ marshal_prim(this->message_id);
+ marshal_prim(this->coalesce);
MARSHAL_EPILOGUE;
}