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

Public GIT Repository
Fix ExecImpl::get_remaining to return the right value when not started
[simgrid.git] / src / kernel / activity / SleepImpl.cpp
index d0b3e0858af9a897112b595d45fd78c8027d3d5c..3540f6300825912daef52446102ea8e30e31b8e2 100644 (file)
@@ -51,7 +51,10 @@ void SleepImpl::post()
   /* Answer all simcalls associated with the synchro */
   finish();
 }
-
+void SleepImpl::set_exception(actor::ActorImpl* issuer)
+{
+  /* FIXME: Really, nothing bad can happen while we sleep? */
+}
 void SleepImpl::finish()
 {
   XBT_DEBUG("SleepImpl::finish() in state %s", to_c_str(state_));