From 2b758af21612aa227b3a64876def8954e022dbd6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 10 Nov 2011 23:07:03 +0100 Subject: [PATCH] some more cleanups for tomorrow marked as FIXME for now -- good night --- src/include/surf/surfxml_parse_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/surf/surfxml_parse_values.h b/src/include/surf/surfxml_parse_values.h index 3b7fa62c86..4940df931b 100644 --- a/src/include/surf/surfxml_parse_values.h +++ b/src/include/surf/surfxml_parse_values.h @@ -21,8 +21,8 @@ typedef struct s_surf_parsing_cluster_arg { double bb_bw; double bb_lat; const char* router_id; - int sharing_policy; - int bb_sharing_policy; + int sharing_policy; // FIXME: convert to e_surf_link_sharing_policy_t + int bb_sharing_policy; // FIXME: convert to e_surf_link_sharing_policy_t const char* availability_trace; //don't convert to tmgr_trace_t since there is a trace per host and some rewriting is needed const char* state_trace; } s_surf_parsing_cluster_arg_t; -- 2.20.1