Variable Protocol._total

Le nombre de processus qui partage le protocol

class Protocol
{
  // ...
  int _total;
  // ...
}