|
@@ -65,6 +65,7 @@ bool ecall_config_load(threadid_t nthreads, bool private_routing,
|
|
}
|
|
}
|
|
cumul_weight += nw.weight;
|
|
cumul_weight += nw.weight;
|
|
g_teems_config.weights.push_back(nw);
|
|
g_teems_config.weights.push_back(nw);
|
|
|
|
+ g_teems_config.roles.push_back(apinodeconfigs[i].roles);
|
|
if (i == my_node_num) {
|
|
if (i == my_node_num) {
|
|
g_teems_config.my_weight = nw.weight;
|
|
g_teems_config.my_weight = nw.weight;
|
|
}
|
|
}
|