X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1476ed63c5c33d5a1395b70ac17374e07f7b80d..6a921002725af476cba5bffbbb228dbcec625fee:/src/msg/private.h diff --git a/src/msg/private.h b/src/msg/private.h index f7c617b212..a70973f9eb 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -1,8 +1,5 @@ -/* $Id$ */ - -/* Copyright (c) 2002-2007 Arnaud Legrand. */ -/* Copyright (c) 2007 Bruno Donassolo. */ -/* All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. 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. */ @@ -10,7 +7,6 @@ #ifndef METASIMGRID_PRIVATE_H #define METASIMGRID_PRIVATE_H -#include #include "msg/msg.h" #include "simix/simix.h" #include "surf/surf.h" @@ -19,6 +15,7 @@ #include "xbt/swag.h" #include "xbt/dict.h" #include "xbt/config.h" +#include "instr/private.h" SG_BEGIN_DECL() @@ -122,6 +119,7 @@ XBT_PUBLIC_DATA(MSG_Global_t) msg_global; void _MSG_process_kill_from_SIMIX(void *p); void _MSG_action_init(void); + void _MSG_action_exit(void); SG_END_DECL() #endif