Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix problems so that the VM example works
[simgrid.git] / src / surf / workstation_private.h
index 5b63d3f..7c8a750 100644 (file)
@@ -12,6 +12,7 @@ typedef struct workstation_CLM03 {
   xbt_dynar_t storage;
 } s_workstation_CLM03_t, *workstation_CLM03_t;
 
+int ws_action_unref(surf_action_t action);
 
 int ws_resource_used(void *resource_id);
 double ws_share_resources(surf_model_t workstation_model, double now);