X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50376f845bf79ba752eb226efdeb2a46b2ff88cf..e92284beb25991e23cf18c5db06e33d647d77fd7:/src/mc/mc_private.h?ds=sidebyside diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index b460411f9a..596e5eb984 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -195,7 +195,7 @@ typedef struct s_map_region { void *start_addr; /* Start address of the map */ void *end_addr; /* End address of the map */ int prot; /* Memory protection */ - int flags; /* Aditional memory flags */ + int flags; /* Additional memory flags */ void *offset; /* Offset in the file/whatever */ char dev_major; /* Major of the device */ char dev_minor; /* Minor of the device */ @@ -296,6 +296,7 @@ extern xbt_dynar_t mc_data_bss_comparison_ignore; typedef struct s_mc_pair{ int num; + int other_num; /* Dot output for */ int search_cycle; mc_state_t graph_state; /* System state included */ xbt_automaton_state_t automaton_state; @@ -310,6 +311,7 @@ typedef struct s_mc_pair{ mc_pair_t MC_pair_new(void); void MC_pair_delete(mc_pair_t); +void mc_pair_free_voidp(void *p); void MC_ddfs_init(void); void MC_ddfs(void);