X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/908f43d575e3b19014f39ba209da997ab6e3fa2c..e9ffa21b976c3b7882fa80de9294c0984fa65e2f:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index dd54c47b5e..10066b0323 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -80,6 +80,7 @@ void surf_action_set_category(surf_action_t action, const char *category); #endif double surf_action_get_remains(surf_action_t action); +void update_resource_energy(surf_model_t model, surf_action_lmm_t action); void generic_update_action_remaining_lazy( surf_action_lmm_t action, double now); void generic_update_actions_state_lazy(double now, double delta, surf_model_t model); void generic_update_actions_state_full(double now, double delta, surf_model_t model);