| // Copyright 2015 The Vanadium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| // transitionKind identifies the kind of transition. |
| tNil transitionKind = iota |
| // transition records information about the abstract program |
| // transition of a thread. |
| // tid identifies the thread this transition belongs to. |
| // clock records the logical time at the beginning of this |
| // transition as perceived by the thread this transition belongs to. |
| // kind records the kind of this transition. |
| // enable identifies whether this transition is enabled. |
| // readSet identifies the set of abstract resources read by this |
| // writeSet identifies the set of abstract resources written by this |