Skip to content

Commit

Permalink
send protocol version in manager_lean_to_js (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 authored Nov 5, 2024
1 parent 765575b commit df0d4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -2148,6 +2148,7 @@ static struct jx *manager_lean_to_jx(struct vine_manager *q)
jx_insert_string(j, "version", CCTOOLS_VERSION);
jx_insert_string(j, "type", "vine_manager");
jx_insert_integer(j, "port", vine_port(q));
jx_insert_integer(j, "protocol", VINE_PROTOCOL_VERSION);

char *name, *key;
HASH_TABLE_ITERATE(q->properties, name, key)
Expand Down

0 comments on commit df0d4f2

Please sign in to comment.