Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ActivityImplPtr are not part of any C struct, only C++ classes
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Jun 2017 07:16:42 +0000 (09:16 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Jun 2017 07:16:47 +0000 (09:16 +0200)
commitf7623851a023484d8ba1d5c26134ee7850bac134
treec2a0f97f72008ab3e4bdea8d30345a1871e6e247
parentd0694c51e5ea965a0c5851c58b58af7c70a62af3
ActivityImplPtr are not part of any C struct, only C++ classes

the refcounting fails on malloc/free. We need new/delete for that.
include/simgrid/msg.h
src/msg/msg_gos.cpp
src/msg/msg_private.h