X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=submit%2Fcommands.c;h=595db773dc7e4c4cb2eaf3494d90bc51e1925d26;hb=a4e0b98c301697cf3a4664b31bee1dafd11511a9;hp=93f5b83509f6edf08c86046612afd1d8c4e61ed4;hpb=2c3e101dcd66d9237c09653395350bafe5884b86;p=moe.git diff --git a/submit/commands.c b/submit/commands.c index 93f5b83..595db77 100644 --- a/submit/commands.c +++ b/submit/commands.c @@ -108,6 +108,8 @@ cmd_status(struct conn *c) struct odes *to = task_status_find_task(c, t, 1); struct odes *tr = obj_add_son(c->reply, 'T' + OBJ_ATTR_SON); copy_attrs(tr, to); + CLIST_FOR_EACH(simp_node *, x, *t->extensions) + obj_add_attr(tr, 'A', x->s); CLIST_FOR_EACH(simp_node *, p, t->parts) { struct odes *po = task_status_find_part(to, p->s, 1);