Variable Protocol._id

L'identifiant du process à qui appartient ce protocol

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