change optyap_global_data to global_optyap_data
This commit is contained in:
parent
9ab6f7ad36
commit
de8518cf15
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
Reference in New Issue
Block a user