]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/ExecImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow dlsym to call free() on memory that is allocated before mmalloc init
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index 22dfb5c00fdd286943f04a2c744eea06ca700425..ed936f2fe187041ef3a3f40e69db552005c8b5c0 100644 (file)
@@ -42,6 +42,7 @@ public:
   ExecImpl& set_hosts(const std::vector<s4u::Host*>& hosts);
 
   unsigned int get_host_number() const { return static_cast<unsigned>(get_hosts().size()); }
+  int get_thread_count() const { return thread_count_; }
   double get_seq_remaining_ratio();
   double get_par_remaining_ratio();
   double get_remaining() const override;