From 2a34c60af48746935a7495f736dcaa2e3e9c45a4 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 13 Feb 2005 23:22:22 +0000 Subject: [PATCH] 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 --- include/Makefile.am | 1 - include/gras/timer.h | 2 ++ src/Makefile.am | 2 ++ {include => src/include}/xbt/context.h | 0 4 files changed, 4 insertions(+), 1 deletion(-) rename {include => src/include}/xbt/context.h (100%) 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 -- 2.20.1