]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/host_clm03.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Triggers the destructed callbacks on the full object
[simgrid.git] / src / surf / host_clm03.hpp
index e8eeefd627184af17347b8a704f7f8adfc7b7dce..3744da090f52b50c98152f30c08f73c2e9ca8e49 100644 (file)
@@ -52,7 +52,7 @@ public:
 class HostCLM03 : public Host {
 public:
   HostCLM03(HostModel *model, const char* name, xbt_dict_t properties, xbt_dynar_t storage, RoutingEdge *netElm, Cpu *cpu);
-
+  ~HostCLM03();
   void updateState(tmgr_trace_event_t event_type, double value, double date);
 
   virtual Action *execute(double size);