From: sangorrin Date: Wed, 4 Feb 2009 09:59:17 +0000 (+0000) Subject: restore the configuration flags and add a CONNECTED flag X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fna.git/commitdiff_plain/8b3465f7489632daf06c43ce277ddea835de5374?ds=sidebyside 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 --- 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,