Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
silence a winbuntu warning
[simgrid.git] / examples / msg / energy-vm / energy-vm.c
index 8a2011d..0ec0344 100644 (file)
@@ -9,7 +9,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(energy_vm, "Messages of this example");
 
-static int worker_func() {
+static int worker_func(int argc, char *argv[]) {
   msg_task_t task1 = MSG_task_create("t1", 300E6, 0, NULL);
   MSG_task_execute (task1);
   MSG_task_destroy(task1);