From: mquinson Date: Sun, 13 Feb 2005 23:22:22 +0000 (+0000) Subject: mv include/xbt/context.h src/include/xbt/context.h since users shouldn't mess with it X-Git-Tag: v3.3~4339 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2a34c60af48746935a7495f736dcaa2e3e9c45a4?ds=sidebyside mv include/xbt/context.h src/include/xbt/context.h since users shouldn't mess with it git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1012 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/Makefile.am b/include/Makefile.am index 7c40200f69..4cc2eb29c8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,7 +9,6 @@ nobase_include_HEADERS = \ xbt/fifo.h \ xbt/swag.h \ xbt/config.h \ - xbt/context.h \ \ msg/msg.h \ msg/datatypes.h \ diff --git a/include/gras/timer.h b/include/gras/timer.h index af1aa56037..5ac8ce8b0e 100644 --- a/include/gras/timer.h +++ b/include/gras/timer.h @@ -32,6 +32,8 @@ BEGIN_DECL() * timer, the associated code gets executed before any incomming connexion * are checked. * + * The section \ref GRAS_ex_timer constitutes a perfect example of these features. + * * @{ */ diff --git a/src/Makefile.am b/src/Makefile.am index 75ef81f5c5..f5f0223594 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,8 @@ EXTRA_DIST= \ include/surf/surf.h \ include/surf/surf_parse.h \ \ + include/xbt/context.h \ + \ msg/private.h \ \ gras/Transport/transport_interface.h \ diff --git a/include/xbt/context.h b/src/include/xbt/context.h similarity index 100% rename from include/xbt/context.h rename to src/include/xbt/context.h