X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a9daf6dc6023e088fc54646fbe95de0bf872f2d..6ca0df6f5bb17b5708c11a19846c0e90e25b7889:/src/surf/storage_n11.cpp diff --git a/src/surf/storage_n11.cpp b/src/surf/storage_n11.cpp index 4ee0d4a68e..1dcce836f5 100644 --- a/src/surf/storage_n11.cpp +++ b/src/surf/storage_n11.cpp @@ -143,7 +143,7 @@ int StorageN11Action::unref() { refcount_--; if (not refcount_) { - if (stateSetHook_.is_linked()) + if (state_set_hook_.is_linked()) simgrid::xbt::intrusive_erase(*state_set_, *this); if (getVariable()) getModel()->getMaxminSystem()->variable_free(getVariable()); @@ -156,7 +156,7 @@ int StorageN11Action::unref() void StorageN11Action::cancel() { - setState(Action::State::failed); + set_state(Action::State::failed); } void StorageN11Action::suspend()