Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 Oct 2019 14:52:49 +0000 (16:52 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 16 Oct 2019 14:52:49 +0000 (16:52 +0200)
src/kernel/resource/DiskImpl.cpp
src/surf/StorageImpl.cpp

index f2877f2..7c759a7 100644 (file)
@@ -88,8 +88,7 @@ void DiskImpl::turn_off()
   }
 }
 
-xbt::signal<void(DiskAction const&, kernel::resource::Action::State, kernel::resource::Action::State)>
-    DiskAction::on_state_change;
+xbt::signal<void(DiskAction const&, Action::State, Action::State)> DiskAction::on_state_change;
 
 /**********
  * Action *
index 8821467..801ad1b 100644 (file)
@@ -93,8 +93,7 @@ void StorageImpl::turn_off()
     s4u::Storage::on_state_change(this->piface_);
   }
 }
-xbt::signal<void(StorageAction const&, kernel::resource::Action::State, kernel::resource::Action::State)>
-    StorageAction::on_state_change;
+xbt::signal<void(StorageAction const&, Action::State, Action::State)> StorageAction::on_state_change;
 
 /**********
  * Action *