change optyap_global_data to global_optyap_data
This commit is contained in:
		@@ -51,7 +51,7 @@ typedef struct global_data {
 | 
				
			|||||||
#endif 
 | 
					#endif 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(YAPOR) || defined(TABLING)
 | 
					#if defined(YAPOR) || defined(TABLING)
 | 
				
			||||||
  struct optyap_global_data  optyap_data;
 | 
					  struct global_optyap_data  optyap_data;
 | 
				
			||||||
  struct local_data  remote[MAX_WORKERS];
 | 
					  struct local_data  remote[MAX_WORKERS];
 | 
				
			||||||
#endif
 | 
					#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 */
 | 
					  /* global data related to memory management */
 | 
				
			||||||
  struct global_pages pages;
 | 
					  struct global_pages pages;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -56,7 +56,7 @@ lockvar		thread_handles_lock	Yap_ThreadHandlesLock	MkLock
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Ricardo's stuff
 | 
					// Ricardo's stuff
 | 
				
			||||||
#if defined(YAPOR) || defined(TABLING)
 | 
					#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
 | 
					struct local_data	remote[MAX_WORKERS]	REMOTE		void
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
 Submodule packages/YapR updated: 5c2419f04d...c9d945820b
									
								
							
		Reference in New Issue
	
	Block a user