X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f0b473db654af3da6cc609b6d94b5b6d9652c4c..f1b22d20918d4ccd703690a19e476429cfa124f3:/src/mc/mc_liveness.h diff --git a/src/mc/mc_liveness.h b/src/mc/mc_liveness.h index f7edd2e8f4..1c0f58c1d1 100644 --- a/src/mc/mc_liveness.h +++ b/src/mc/mc_liveness.h @@ -1,11 +1,11 @@ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef MC_LIVENESS_H -#define MC_LIVENESS_H +#ifndef SIMGRID_MC_LIVENESS_H +#define SIMGRID_MC_LIVENESS_H #include @@ -46,7 +46,6 @@ typedef struct s_mc_visited_pair{ XBT_INTERNAL mc_pair_t MC_pair_new(void); XBT_INTERNAL void MC_pair_delete(mc_pair_t); -XBT_INTERNAL void mc_pair_free_voidp(void *p); XBT_INTERNAL mc_visited_pair_t MC_visited_pair_new(int pair_num, xbt_automaton_state_t automaton_state, xbt_dynar_t atomic_propositions, mc_state_t graph_state); XBT_INTERNAL void MC_visited_pair_delete(mc_visited_pair_t p);