Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reimplement splay/lua methods
[simgrid.git] / src / simix / smurf_private.h
index 7c2dd90..1c15a37 100644 (file)
@@ -233,8 +233,7 @@ typedef struct s_smx_req {
 
     struct {
       smx_process_t process;
-      const char *source;
-      const char *dest;
+      smx_host_t dest;
     } process_change_host;
 
     struct {