Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename SIMIX files
authorChristophe Thiéry <christopho128@gmail.com>
Wed, 25 Jan 2012 16:42:23 +0000 (17:42 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Wed, 25 Jan 2012 16:42:23 +0000 (17:42 +0100)
25 files changed:
buildtools/Cmake/DefinePackages.cmake
src/gras/Msg/sg_msg.c
src/simix/smx_context.c
src/simix/smx_context_base.c
src/simix/smx_context_raw.c
src/simix/smx_context_sysv.c
src/simix/smx_context_thread.c
src/simix/smx_deployment.c
src/simix/smx_environment.c
src/simix/smx_global.c
src/simix/smx_host.c
src/simix/smx_host_private.h [moved from src/simix/host_private.h with 98% similarity]
src/simix/smx_io.c
src/simix/smx_io_private.h [moved from src/simix/io_private.h with 95% similarity]
src/simix/smx_network.c
src/simix/smx_network_private.h [moved from src/simix/network_private.h with 99% similarity]
src/simix/smx_private.h [moved from src/simix/private.h with 97% similarity]
src/simix/smx_process.c
src/simix/smx_process_private.h [moved from src/simix/process_private.h with 99% similarity]
src/simix/smx_smurf.c
src/simix/smx_smurf_private.h [moved from src/simix/smurf_private.h with 100% similarity]
src/simix/smx_synchro.c
src/simix/smx_synchro_private.h [moved from src/simix/synchro_private.h with 100% similarity]
src/simix/smx_user.c
src/xbt/xbt_sg_synchro.c

index 828af03..834d497 100644 (file)
@@ -78,13 +78,13 @@ set(EXTRA_DIST
        src/gras/Transport/transport_interface.h
        src/amok/Bandwidth/bandwidth_private.h
        src/amok/amok_modinter.h
-       src/simix/private.h
-       src/simix/process_private.h
-       src/simix/host_private.h
-       src/simix/network_private.h
-       src/simix/smurf_private.h
-       src/simix/synchro_private.h
-       src/simix/io_private.h
+       src/simix/smx_private.h
+       src/simix/smx_process_private.h
+       src/simix/smx_host_private.h
+       src/simix/smx_network_private.h
+       src/simix/smx_smurf_private.h
+       src/simix/smx_synchro_private.h
+       src/simix/smx_io_private.h
        
        src/smpi/private.h
        src/smpi/smpi_mpi_dt_private.h
index d404ecc..0af9f97 100644 (file)
@@ -20,7 +20,6 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(gras_msg);
 
 typedef void *gras_trp_bufdata_;
 #include "simix/datatypes.h"
-#include "simix/private.h"
 
 /* Yeah, the following is awfull, breaking the encapsulation of at least 3 modules
  * at the same time, but I'm tracking this bug since too long now, I want it dead. now.
index 9faef0e..6da9bff 100644 (file)
@@ -10,7 +10,7 @@
 #include "xbt/log.h"
 #include "xbt/swag.h"
 #include "xbt/xbt_os_thread.h"
-#include "src/simix/private.h"
+#include "smx_private.h"
 #include "simix/context.h"
 #include "gras_config.h"
 
index 95b1c8b..47dcaae 100644 (file)
@@ -10,7 +10,7 @@
 #include "xbt/function_types.h"
 #include "simix/simix.h"
 #include "simix/context.h"
-#include "simix/private.h"
+#include "smx_private.h"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(bindings);
 
index c053cff..7fb23eb 100644 (file)
@@ -6,7 +6,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "simix/private.h"
+#include "smx_private.h"
 #include "xbt/parmap.h"
 
 #ifdef HAVE_VALGRIND_VALGRIND_H
index 9cedc55..99d5786 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdarg.h>
 
 #include "xbt/parmap.h"
-#include "simix/private.h"
+#include "smx_private.h"
 #include "gras_config.h"
 #include "context_sysv_config.h"        /* loads context system definitions */
 
index c20fc0a..d703ead 100644 (file)
@@ -7,7 +7,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/function_types.h"
-#include "private.h"
+#include "smx_private.h"
 #include "portable.h"           /* loads context system definitions */
 #include "xbt/swag.h"
 #include "xbt/xbt_os_thread.h"
index f3536d7..6d41663 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dict.h"
index 4b64816..0470527 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/xbt_os_time.h"
index 9474cb3..3be67bf 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/heap.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
index db4429b..15d9e16 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dict.h"
similarity index 98%
rename from src/simix/host_private.h
rename to src/simix/smx_host_private.h
index 84a315c..206d26f 100644 (file)
@@ -8,7 +8,7 @@
 #define _SIMIX_HOST_PRIVATE_H
 
 #include "simix/datatypes.h"
-#include "smurf_private.h"
+#include "smx_smurf_private.h"
 
 /** @brief Host datatype */
 typedef struct s_smx_host {
index 1d16e71..a5a5c65 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dict.h"
similarity index 95%
rename from src/simix/io_private.h
rename to src/simix/smx_io_private.h
index 84556a6..a998ce1 100644 (file)
@@ -8,7 +8,7 @@
 #define _SIMIX_IO_PRIVATE_H
 
 #include "simix/datatypes.h"
-#include "smurf_private.h"
+#include "smx_smurf_private.h"
 
 void SIMIX_pre_file_read(smx_req_t req);
 smx_action_t SIMIX_file_read(smx_process_t process, char* name);
index 3e8e1aa..341da2a 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/log.h"
 #include "mc/mc.h"
 #include "xbt/dict.h"
similarity index 99%
rename from src/simix/network_private.h
rename to src/simix/smx_network_private.h
index bf82a50..11b4cbb 100644 (file)
@@ -8,7 +8,7 @@
 #define _SIMIX_NETWORK_PRIVATE_H
 
 #include "simix/datatypes.h"
-#include "smurf_private.h"
+#include "smx_smurf_private.h"
 
 /** @brief Rendez-vous point datatype */
 typedef struct s_smx_rvpoint {
similarity index 97%
rename from src/simix/private.h
rename to src/simix/smx_private.h
index 2897aeb..e15730f 100644 (file)
 #include "xbt/function_types.h"
 #include "xbt/ex_interface.h"
 #include "instr/instr_private.h"
-#include "process_private.h"
-#include "host_private.h"
-#include "io_private.h"
-#include "network_private.h"
-#include "smurf_private.h"
-#include "synchro_private.h"
+#include "smx_process_private.h"
+#include "smx_host_private.h"
+#include "smx_io_private.h"
+#include "smx_network_private.h"
+#include "smx_smurf_private.h"
+#include "smx_synchro_private.h"
 #include "simix/context.h"
 
 /* Define only for SimGrid benchmarking purposes */
index 86422fd..af808cc 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dict.h"
similarity index 99%
rename from src/simix/process_private.h
rename to src/simix/smx_process_private.h
index 7d2dd13..4d208e8 100644 (file)
@@ -8,7 +8,7 @@
 #define _SIMIX_PROCESS_PRIVATE_H
 
 #include "simix/datatypes.h"
-#include "smurf_private.h"
+#include "smx_smurf_private.h"
 
 /** @brief Process datatype */
 typedef struct s_smx_process {
index 6f243b5..ba1f614 100644 (file)
@@ -1,4 +1,4 @@
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/fifo.h"
 #include "xbt/xbt_os_thread.h"
 
index f5ccd07..3b931cd 100644 (file)
@@ -4,7 +4,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "private.h"
+#include "smx_private.h"
 #include "xbt/log.h"
 
 
index abc1d02..f84bd36 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 #include <math.h>         /* isfinite() */
 
-#include "private.h"
+#include "smx_private.h"
 #include "mc/mc.h"
 
 
index df45b81..cddfce7 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "simix/simix.h"        /* used implementation */
 #include "simix/datatypes.h"
-#include "../simix/private.h" /* FIXME */
+#include "../simix/smx_private.h" /* FIXME */
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_sync, xbt,
                                 "Synchronization mechanism");