Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to get older gccs and clang to compile... untested
authorAugustin Degomme <augustin.degomme@unibas.ch>
Sat, 27 May 2017 22:39:19 +0000 (00:39 +0200)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Sat, 27 May 2017 22:39:19 +0000 (00:39 +0200)
teshsuite/s4u/listen_async/listen_async.cpp

index 3b3b923..63aca0d 100644 (file)
@@ -41,7 +41,7 @@ static void server()
   xbt_free(res);
 
   XBT_INFO("Data successfully received from asynchronous mailbox");
   xbt_free(res);
 
   XBT_INFO("Data successfully received from asynchronous mailbox");
-  XBT_DEBUG("comm:%p", sendComm);
+  XBT_DEBUG("comm:%p", sendComm.get());
 }
 
 int main(int argc, char* argv[])
 }
 
 int main(int argc, char* argv[])