Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into CRTP
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 10 Oct 2019 09:15:07 +0000 (11:15 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 10 Oct 2019 09:15:07 +0000 (11:15 +0200)
1  2 
include/simgrid/s4u/Exec.hpp
src/s4u/s4u_Exec.cpp

@@@ -25,8 -26,8 +25,7 @@@ class XBT_PUBLIC Exec : public Activity
    double priority_              = 1.0;
    double bound_                 = 0.0;
    double timeout_               = 0.0;
 -  std::string tracing_category_ = "";
    std::atomic_int_fast32_t refcount_{0};
-   Host* host_ = nullptr;
  
  protected:
    Exec();
Simple merge