From b2e8bfef61c654a68c6e141f4a0c0a9903fe2048 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 19 Jul 2015 17:33:34 +0200 Subject: [PATCH] sort my TODO list :-( plus cosmetics --- src/include/surf/surf.h | 3 +-- src/surf/surf_routing.cpp | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 8d22b4bada..3c4f5fd3a0 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -158,8 +158,7 @@ typedef enum { SURF_ACTION_FAILED, /**< Task Failure */ SURF_ACTION_DONE, /**< Completed */ SURF_ACTION_TO_FREE, /**< Action to free in next cleanup */ - SURF_ACTION_NOT_IN_THE_SYSTEM - /**< Not in the system anymore. Why did you ask ? */ + SURF_ACTION_NOT_IN_THE_SYSTEM /**< Not in the system anymore. Why did you ask ? */ } e_surf_action_state_t; /** @ingroup SURF_vm_interface diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 47fbded489..1446b55f1d 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -24,12 +24,14 @@ xbt_lib_t host_lib; int SURF_HOST_LEVEL; //Surf host level +int COORD_HOST_LEVEL=0; //Coordinates level +int NS3_HOST_LEVEL; //host node for ns3 + +int MSG_FILE_LEVEL; //Msg file level + int SIMIX_STORAGE_LEVEL; //Simix storage level int MSG_STORAGE_LEVEL; //Msg storage level -int MSG_FILE_LEVEL; //Msg file level int SD_STORAGE_LEVEL; //Simdag storage level -int COORD_HOST_LEVEL=0; //Coordinates level -int NS3_HOST_LEVEL; //host node for ns3 xbt_lib_t as_router_lib; int ROUTING_ASR_LEVEL; //Routing level -- 2.20.1