mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Test small fix for marshalling.
This commit is contained in:
parent
db0abfde72
commit
a5f4e4d328
@ -1224,6 +1224,7 @@ static Janet janet_chanat_next(void *p, Janet key) {
|
||||
|
||||
static void janet_chanat_marshal(void *p, JanetMarshalContext *ctx) {
|
||||
JanetChannel *channel = (JanetChannel *)p;
|
||||
janet_marshal_abstract(ctx, channel);
|
||||
janet_marshal_byte(ctx, channel->closed);
|
||||
janet_marshal_int(ctx, channel->limit);
|
||||
int32_t count = janet_q_count(&channel->items);
|
||||
|
Loading…
Reference in New Issue
Block a user