X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fna.git/blobdiff_plain/3d7731a26973147d5736deffb95dc347c1fe5062..601a21fc0a62485615178f36cb7b758626935642:/src_rtep/rtep_fna_c.c 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 -};