search for: waiting_for_ack

Displaying 1 result from an estimated 1 matches for "waiting_for_ack".

2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...+ i->state == OK ? "OK" + : i->state == BLOCKED ? "BLOCKED" + : "INVALID"); if (i->id) printf(" id = %i\n", i->id); - if (i->blocked) - printf(" blocked on = %s\n", i->blocked); - if (i->waiting_for_ack) - printf(" waiting_for_ack TRUE\n"); + if (i->blocked_by) + printf(" blocked on = %s\n", i->blocked_by); if (!i->in->inhdr || i->in->used) printf(" got %i bytes of %s\n", i->in->used, i->in->inhdr ? "h...