Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stringify, snake_case and cleanups in k::ExecImpl
[simgrid.git] / src / kernel / activity / ActivityImpl.hpp
index d145e8f..31b4b4b 100644 (file)
@@ -22,6 +22,7 @@ namespace activity {
 class XBT_PUBLIC ActivityImpl {
 public:
   ActivityImpl();
+  explicit ActivityImpl(std::string name) : name_(name) {}
   virtual ~ActivityImpl();
   e_smx_state_t state_ = SIMIX_WAITING; /* State of the activity */
   std::string name_;                    /* Activity name if any */