From: mquinson Date: Tue, 27 Nov 2007 15:41:57 +0000 (+0000) Subject: Rename xbt/xbt_context.h to xbt/context.h, and add src/include/xbt/context.h to the... X-Git-Tag: v3.3~776 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc2b94d892a06fa78b8bc872a47130211d99f6c4?ds=sidebyside Rename xbt/xbt_context.h to xbt/context.h, and add src/include/xbt/context.h to the tarballs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5071 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 699161fd54..afc5453fdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -57,6 +57,7 @@ EXTRA_DIST= \ include/surf/surf.h \ include/surf/surfxml_parse_private.h \ \ + include/xbt/context.h \ include/xbt/xbt_os_time.h \ include/xbt/xbt_os_thread.h \ \ diff --git a/src/Makefile.in b/src/Makefile.in index 6295b0a34e..c7f6d55e96 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -404,11 +404,11 @@ EXTRA_DIST = portable.h xbt/mallocator_private.h xbt/dynar_private.h \ surf/surfxml.c surf/surfxml.dtd surf/network_private.h \ surf/network_gtnets_private.h include/surf/maxmin.h \ include/surf/trace_mgr.h include/surf/surf.h \ - include/surf/surfxml_parse_private.h include/xbt/xbt_os_time.h \ - include/xbt/xbt_os_thread.h msg/private.h simdag/private.h \ - gras/DataDesc/ddt_parse.yy.l gras/Virtu/virtu_rl.h \ - gras/Virtu/virtu_sg.h gras/Virtu/virtu_interface.h \ - gras/Virtu/virtu_private.h \ + include/surf/surfxml_parse_private.h include/xbt/context.h \ + include/xbt/xbt_os_time.h include/xbt/xbt_os_thread.h \ + msg/private.h simdag/private.h gras/DataDesc/ddt_parse.yy.l \ + gras/Virtu/virtu_rl.h gras/Virtu/virtu_sg.h \ + gras/Virtu/virtu_interface.h gras/Virtu/virtu_private.h \ gras/Transport/transport_interface.h \ amok/Bandwidth/bandwidth_private.h amok/amok_modinter.h \ include/simix/simix.h include/simix/datatypes.h \ diff --git a/src/java/jmsg_process.h b/src/java/jmsg_process.h index 7f563fcc99..85bb94335b 100644 --- a/src/java/jmsg_process.h +++ b/src/java/jmsg_process.h @@ -15,7 +15,7 @@ #include #include "msg/msg.h" -#include "xbt/xbt_context.h" +#include "xbt/context.h" /** * This function returns a global reference to the java process instance diff --git a/src/msg/private.h b/src/msg/private.h index 42c5d7596d..bdaea3c0c3 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -18,7 +18,7 @@ #include "xbt/dynar.h" #include "xbt/swag.h" #include "xbt/dict.h" -#include "xbt/xbt_context.h" +#include "xbt/context.h" #include "xbt/config.h" /**************** datatypes **********************************/ diff --git a/src/simix/private.h b/src/simix/private.h index ccc29de3f6..8a31f69d8d 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -15,7 +15,7 @@ #include "xbt/fifo.h" #include "xbt/swag.h" #include "xbt/dict.h" -#include "xbt/xbt_context.h" +#include "xbt/context.h" #include "xbt/config.h" #include "xbt/function_types.h"