From 601a21fc0a62485615178f36cb7b758626935642 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Fri, 19 Oct 2007 09:20:28 +0000 Subject: [PATCH] the table is now in fna_configuration.c git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@769 35b4ef3e-fd22-0410-ab77-dab3279adceb --- src_rtep/rtep_fna_c.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src_rtep/rtep_fna_c.c b/src_rtep/rtep_fna_c.c index e1015fa..c6db6f2 100644 --- a/src_rtep/rtep_fna_c.c +++ b/src_rtep/rtep_fna_c.c @@ -1055,14 +1055,3 @@ fna_operations_t rtep_fna_operations = { .fna_network_budget_to_bytes = rtep_fna_network_budget_to_bytes, .fna_network_get_min_eff_budget = rtep_fna_network_get_min_eff_budget }; - -// TODO: move this out of here - -#include "fna_configuration.h" - -fna_operations_t *fna_operations[FNA_MAX_NETWORKS] = { - &rtep_fna_operations, // resource_id 0 (default) --> RTEP - NULL, // resource_id 1 - NULL, // resource_id 2 - NULL // resource_id 3 -}; -- 2.39.2