- Claim iteration works nicely now.

This commit is contained in:
ccremers
2004-08-14 15:59:14 +00:00
parent 68b2aa16e7
commit 53cb869426
3 changed files with 52 additions and 13 deletions

View File

@@ -464,7 +464,9 @@ commEvent (int event, Tac tc)
cl = memAlloc (sizeof (struct claimlist));
cl->type = claim;
cl->label = label;
cl->protocol = thisProtocol;
cl->rolename = fromrole;
cl->role = thisRole;
cl->count = 0;
cl->failed = 0;
cl->prec = NULL;