Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
authorTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Wed, 5 Jun 2013 21:45:03 +0000 (23:45 +0200)
committerTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Wed, 5 Jun 2013 21:45:03 +0000 (23:45 +0200)
1  2 
examples/msg/cloud/simple_vm.c
src/msg/msg_private.h
src/msg/msg_vm.c
src/simix/smx_process.c
src/surf/vm_workstation.c

Simple merge
Simple merge
@@@ -308,13 -308,8 +308,10 @@@ static inline char *get_mig_task_name(c
    return bprintf("__task_mig_stage%d:%s(%s-%s)", stage, vm_name, src_pm_name, dst_pm_name);
  }
  
 +static void launch_deferred_exec_process(msg_host_t host, double computation, double prio);
 +
  static int migration_rx_fun(int argc, char *argv[])
  {
-   const char *pr_name = MSG_process_get_name(MSG_process_self());
-   const char *host_name = MSG_host_get_name(MSG_host_self());
    XBT_DEBUG("mig: rx_start");
  
    xbt_assert(argc == 4);
Simple merge
Simple merge