- Added feature for multi-party protocols (weaker precondition on Reachable)

This commit is contained in:
ccremers
2007-01-16 17:22:51 +00:00
parent a8cf31973b
commit eaa6ef1345
8 changed files with 124 additions and 80 deletions

View File

@@ -74,9 +74,11 @@ systemInit ()
sys->knowledgedefined = false; // currently, we have backwards compatibility for empty role knowledge defs (disabling well-formedness rules)
sys->attackid = 0; // First attack will have id 1, because the counter is increased before any attacks are displayed.
/* arachne assist */
bindingInit (sys);
sys->bindings = NULL;
sys->current_claim = NULL;
sys->trustedRoles = NULL;
/* reset global counters */
systemReset (sys);