Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
seek and destroy more of MSG out of include/
[simgrid.git] / include / simgrid / simix.h
index 5c2e970..51196db 100644 (file)
@@ -3,13 +3,13 @@
 /* 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. */
 
-#ifndef _SIMIX_SIMIX_H
-#define _SIMIX_SIMIX_H
+#ifndef SIMGRID_SIMIX_H
+#define SIMGRID_SIMIX_H
 
-#include "simgrid/forward.h"
-#include "simgrid/host.h"
-#include "xbt/ex.h"
-#include "xbt/parmap.h"
+#include <simgrid/forward.h>
+#include <simgrid/host.h>
+#include <xbt/ex.h>
+#include <xbt/parmap.h>
 #ifdef __cplusplus
 #include <map>
 #endif
@@ -194,7 +194,7 @@ XBT_PUBLIC smx_actor_t simcall_process_create(const char* name, xbt_main_func_t
 #endif
 
 XBT_PUBLIC void simcall_process_killall();
-XBT_PUBLIC void SIMIX_process_throw(smx_actor_t process, xbt_errcat_t cat, int value, const char* msg);
+XBT_PUBLIC void SIMIX_process_throw(smx_actor_t process, xbt_errcat_t cat, int value, const char* mesg);
 
 /* Process handling */
 XBT_PUBLIC void simcall_process_cleanup(smx_actor_t process);
@@ -280,4 +280,4 @@ XBT_PUBLIC int simcall_mc_random(int min, int max);
 
 SG_END_DECL()
 
-#endif                          /* _SIMIX_SIMIX_H */
+#endif