change Yap_init_optyap_global to Yap_init_optyap_data.

This commit is contained in:
Joao
2011-04-07 16:37:41 +01:00
parent de8518cf15
commit 47f7ff0ad7
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ struct worker WORKER;
** Global functions **
*******************************/
void Yap_init_optyap_global(int max_table_size, int n_workers, int sch_loop, int delay_load) {
void Yap_init_optyap_data(int max_table_size, int n_workers, int sch_loop, int delay_load) {
int i;
/* global data related to memory management */