Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix host name issue with ns3 wifi, add ssid, set active probing to false
[simgrid.git] / src / kernel / future.cpp
index 53ce0bd33ae486646a3456992e2e022d8ad9314f..9c190453df5c3d06b3ba1bf7364744ea381e7e18 100644 (file)
@@ -13,7 +13,7 @@
 namespace simgrid {
 namespace kernel {
 
-void FutureStateBase::schedule(simgrid::xbt::Task<void()>&& job)
+void FutureStateBase::schedule(simgrid::xbt::Task<void()>&& job) const
 {
   simix_global->tasks.push_back(std::move(job));
 }