Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
even more C++ style
[simgrid.git] / src / msg / msg_private.h
index 3a67a81..6f225e2 100644 (file)
@@ -75,6 +75,7 @@ typedef struct simdata_file {
 
 class MsgActorExt {
 public:
+  explicit MsgActorExt(void* d) : data(d) {}
   msg_error_t errno_ = MSG_OK;  /* the last value returned by a MSG_function */
   void* data = nullptr; /* user data */
 };