change optyap_global_data to global_optyap_data

This commit is contained in:
Joao 2011-04-07 16:30:56 +01:00
parent 9ab6f7ad36
commit de8518cf15
4 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ typedef struct global_data {
#endif
#if defined(YAPOR) || defined(TABLING)
struct optyap_global_data optyap_data;
struct global_optyap_data optyap_data;
struct local_data remote[MAX_WORKERS];
#endif

View File

@ -157,10 +157,10 @@ struct global_locks {
/*********************************
* Struct optyap_global_data **
* Struct global_optyap_data **
*********************************/
struct optyap_global_data{
struct global_optyap_data{
/* global data related to memory management */
struct global_pages pages;

View File

@ -56,7 +56,7 @@ lockvar thread_handles_lock Yap_ThreadHandlesLock MkLock
// Ricardo's stuff
#if defined(YAPOR) || defined(TABLING)
struct optyap_global_data optyap_data Yap_optyap_data void
struct global_optyap_data optyap_data Yap_optyap_data void
struct local_data remote[MAX_WORKERS] REMOTE void
#endif

@ -1 +1 @@
Subproject commit 5c2419f04dcd32f6929be1785621ed57918af1a4
Subproject commit c9d945820be9d1a9d6bc3e216721668f6b311feb