Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv include/xbt/context.h src/include/xbt/context.h since users shouldn't mess with it
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 13 Feb 2005 23:22:22 +0000 (23:22 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 13 Feb 2005 23:22:22 +0000 (23:22 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1012 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/Makefile.am
include/gras/timer.h
src/Makefile.am
src/include/xbt/context.h [moved from include/xbt/context.h with 100% similarity]

index 7c40200..4cc2eb2 100644 (file)
@@ -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 \
index af1aa56..5ac8ce8 100644 (file)
@@ -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.
+ * 
  *  @{
  */
 
index 75ef81f..f5f0223 100644 (file)
@@ -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 \