* Started implementing the new evaluation model.
* Lots of refactorings. * Unit tests.
This commit is contained in:
		
							parent
							
								
									b9f09b3268
								
							
						
					
					
						commit
						822794001c
					
				
					 15 changed files with 742 additions and 202 deletions
				
			
		
							
								
								
									
										19
									
								
								src/globals.cc
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								src/globals.cc
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
#include "globals.hh"
 | 
			
		||||
#include "db.hh"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
string dbRefs = "refs";
 | 
			
		||||
string dbNFs = "nfs";
 | 
			
		||||
string dbNetSources = "netsources";
 | 
			
		||||
 | 
			
		||||
string nixValues = "/UNINIT";
 | 
			
		||||
string nixLogDir = "/UNINIT";
 | 
			
		||||
string nixDB = "/UNINIT";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void initDB()
 | 
			
		||||
{
 | 
			
		||||
    createDB(nixDB, dbRefs);
 | 
			
		||||
    createDB(nixDB, dbNFs);
 | 
			
		||||
    createDB(nixDB, dbNetSources);
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue