proto-int-int.hh


Fichier texte: [proto-int-int.hh]

// -*- coding: latin-1 -*-

//==============================================================================
// les codes de requêtes
//==============================================================================

enum operation_t
  {
    QUIT ,
    DEL  ,
    PUT  ,
    GET  ,
    PUTN ,
    GETN
  };

//==============================================================================
// les status de réponses
//==============================================================================

enum status_t
  {
    ERR ,
    OK0 ,
    OK1 ,
    OKN
  };