Exemplo n.º 1
0
 public Process(string name, int index)
 {
     this.name  = name;
     this.index = index;
     this.clock = new VectorClock(index);
 }
Exemplo n.º 2
0
 public Message(VectorClock vc)
 {
     this.VC = vc;
 }