]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/Io.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't pretend we can move a parallel exec
[simgrid.git] / include / simgrid / s4u / Io.hpp
index 8ac60403f2a829ed6f34f1e56148a50d50f2cbfc..50cf48d0edfe9110b982c95f7d204d9e6200ecbc 100644 (file)
@@ -34,9 +34,11 @@ private:
   explicit Io(sg_storage_t storage, sg_size_t size, OpType type);
 
 public:
+#ifndef DOXYGEN
   friend XBT_PUBLIC void intrusive_ptr_release(simgrid::s4u::Io* i);
   friend XBT_PUBLIC void intrusive_ptr_add_ref(simgrid::s4u::Io* i);
   friend Storage; // Factory of IOs
+#endif
 
   ~Io() = default;