Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile new example(cherry picked from commit 9a6d1a5f9568d67edc3871161782c2cc39586637)
[simgrid.git] / examples / msg / chainsend / peer.h
index fd20ecac1a03f07b3f13cbd4e01685da133859ff..8ee42f774568e9c4fb774b069402d6ef26cbfd06 100644 (file)
@@ -12,8 +12,8 @@
 /* Peer struct */
 typedef struct s_peer {
   int init;
-  const char *prev;
-  const char *next;
+  char *prev;
+  char *next;
   char *me;
   int pieces;
   unsigned long long bytes;