]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the construction af argv on process creation.
[simgrid.git] / src / instr / instr_private.h
index 2666a294de9dfc34a865bf39b64133771f9a3687..84bbb666670193966e7e3639fb41a6adee117fba 100644 (file)
@@ -63,6 +63,7 @@ typedef enum {
 
 typedef struct s_container *container_t;
 typedef struct s_container {
+  void *net_elm;  /* network_element_t */
   char *name;     /* Unique name of this container */
   char *id;       /* Unique id of this container */
   type_t type;    /* Type of this container */
@@ -170,7 +171,6 @@ void TRACE_global_init(int *argc, char **argv);
 void TRACE_help(int detailed);
 void TRACE_generate_triva_uncat_conf (void);
 void TRACE_generate_triva_cat_conf (void);
-void TRACE_set_network_update_mechanism (void);
 
 /* from resource_utilization.c */
 void TRACE_surf_host_set_utilization(const char *resource,