]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
restore the configuration flags and add a CONNECTED flag
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 4 Feb 2009 09:59:17 +0000 (09:59 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 4 Feb 2009 09:59:17 +0000 (09:59 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1534 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_rtep/rtep_fna_c.c

index 4cf83e188eb13e329f190c643aeca46e7706586e..a208a9afa70d0cc00b5b27f6e739caf7edc5699f 100644 (file)
@@ -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,