Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent ... this time with the appropriate options
[simgrid.git] / examples / msg / bittorrent / bittorrent.h
index 4c24b9d..2cad1e4 100644 (file)
@@ -7,10 +7,6 @@
 #ifndef BITTORRENT_BITTORRENT_H_
 #define BITTORRENT_BITTORRENT_H_
 
-/**
- * Information message size
- */
-#define MESSAGE_SIZE 1
 /**
  * Size of mailboxes
  */
@@ -57,4 +53,5 @@
  * Number of pieces the peer asks for simultaneously
  */
 #define MAX_PIECES 1
+
 #endif                          /* BITTORRENT_BITTORRENT_H_ */