Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
BitTorrent changes:
[simgrid.git] / examples / msg / bittorrent / messages.h
index 2a87b7c..a8e98c3 100644 (file)
@@ -34,7 +34,8 @@ typedef enum {
   MESSAGE_HAVE,
   MESSAGE_BITFIELD,
   MESSAGE_REQUEST,
-  MESSAGE_PIECE
+  MESSAGE_PIECE,
+  MESSAGE_CANCEL
 } e_message_type;
 
 /**