]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src/fna_configuration.c
improve the configuration with the ideas from CTU (config flags...)
[frescor/fna.git] / src / fna_configuration.c
index 40b80712762946677bac3ce03c9ebed5cb8b4d06..ed323174eb07890d6d332d094358c4fc597f4960 100644 (file)
 #endif
 
 fna_operations_t  *fna_operations[FNA_MAX_NETWORKS] = {
-#ifdef FRESCAN_FNA_ENABLED
-        &frescan_fna_operations,
-#else 
-       NULL,
-#endif
 #ifdef RTEP_FNA_ENABLED
         &rtep_fna_operations,
+#else
+        NULL,
+#endif
+#ifdef FRESCAN_FNA_ENABLED
+        &frescan_fna_operations,
 #else
        NULL,
 #endif