Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make the xbt_os_time module public
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 24 May 2014 20:38:15 +0000 (22:38 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 24 May 2014 20:39:02 +0000 (22:39 +0200)
ChangeLog
buildtools/Cmake/DefinePackages.cmake
include/xbt.h
include/xbt/xbt_os_time.h [moved from src/include/xbt/xbt_os_time.h with 100% similarity]

index 1c51abe..181642a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,6 +122,7 @@ SimGrid (3.11) NOT RELEASED; urgency=low
    - xbt_bar_t XBT_barrier_init(unsigned int count)
    - int XBT_barrier_wait(xbt_bar_t barrier)
    - void XBT_barrier_destroy(xbt_bar_t barrier)
    - xbt_bar_t XBT_barrier_init(unsigned int count)
    - int XBT_barrier_wait(xbt_bar_t barrier)
    - void XBT_barrier_destroy(xbt_bar_t barrier)
+ * Make the xbt_os_time module public
 
  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
 
  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
index 19415ef..9d125d5 100644 (file)
@@ -18,7 +18,6 @@ set(EXTRA_DIST
   src/include/surf/trace_mgr.h
   src/include/xbt/win32_ucontext.h
   src/include/xbt/wine_dbghelp.h
   src/include/surf/trace_mgr.h
   src/include/xbt/win32_ucontext.h
   src/include/xbt/wine_dbghelp.h
-  src/include/xbt/xbt_os_time.h
   src/msg/msg_mailbox.h
   src/msg/msg_private.h
   src/portable.h
   src/msg/msg_mailbox.h
   src/msg/msg_private.h
   src/portable.h
@@ -661,6 +660,7 @@ set(headers_to_install
   include/xbt/sysdep.h
   include/xbt/virtu.h
   include/xbt/xbt_os_thread.h
   include/xbt/sysdep.h
   include/xbt/virtu.h
   include/xbt/xbt_os_thread.h
+  include/xbt/xbt_os_time.h
   )
 set(source_of_generated_headers
   include/simgrid_config.h.in
   )
 set(source_of_generated_headers
   include/simgrid_config.h.in
index 21dd04c..33a9130 100644 (file)
@@ -33,5 +33,6 @@
 #include <xbt/cunit.h>
 
 #include <xbt/xbt_os_thread.h>
 #include <xbt/cunit.h>
 
 #include <xbt/xbt_os_thread.h>
+#include <xbt/xbt_os_time.h>
 
 #endif                          /* xbt_H */
 
 #endif                          /* xbt_H */