Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to get older gccs and clang to compile... untested
[simgrid.git] / 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_DEBUG("comm:%p", sendComm);
+  XBT_DEBUG("comm:%p", sendComm.get());
 }
 
 int main(int argc, char* argv[])