X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5582ae39b86989ce7b2351b380f76c28f35254db..eff3b8aba0af43e3294a007d806867641ec6d3b6:/src/surf/surf_model.c diff --git a/src/surf/surf_model.c b/src/surf/surf_model.c index 6013ce1a0a..77134100b1 100644 --- a/src/surf/surf_model.c +++ b/src/surf/surf_model.c @@ -1,5 +1,6 @@ -/* Copyright (c) 2009 The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -35,7 +36,7 @@ surf_model_t surf_model_init(void) xbt_swag_new(xbt_swag_offset(action, state_hookup)); model->resource_set = xbt_dict_new(); - model->action_free = int_die_impossible_paction; + model->action_unref = int_die_impossible_paction; model->action_cancel = void_die_impossible_paction; model->action_recycle = void_die_impossible_paction;