From 8b3465f7489632daf06c43ce277ddea835de5374 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Wed, 4 Feb 2009 09:59:17 +0000 Subject: [PATCH] restore the configuration flags and add a CONNECTED flag git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1534 35b4ef3e-fd22-0410-ab77-dab3279adceb --- src_rtep/rtep_fna_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_rtep/rtep_fna_c.c b/src_rtep/rtep_fna_c.c index 4cf83e1..a208a9a 100644 --- a/src_rtep/rtep_fna_c.c +++ b/src_rtep/rtep_fna_c.c @@ -1050,7 +1050,7 @@ int rtep_fna_network_get_min_eff_budget // GLOBAL variable to install the network protocol in FRESCOR fna_operations_t rtep_fna_operations = { -#ifdef RTEP_FNA_ENABLED +#ifdef CONFIG_FNA_RTEP_CONNECTED .fna_init = rtep_fna_init, .fna_contract_negotiate = rtep_fna_contract_negotiate, .fna_contract_renegotiate_sync = rtep_fna_contract_renegotiate_sync, -- 2.39.2