Changeset 6955 for trunk/psModules/src/config
- Timestamp:
- Apr 21, 2006, 5:20:16 PM (20 years ago)
- Location:
- trunk/psModules/src/config
- Files:
-
- 2 edited
-
pmConfig.c (modified) (3 diffs)
-
pmConfig.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r6890 r6955 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-04- 18 22:41:40$5 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-22 03:20:16 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 561 561 psMetadata *site) 562 562 { 563 #ifdef OMIT_PSDB 564 return NULL; 565 #else 566 563 567 PS_ASSERT_PTR_NON_NULL(site, NULL); 564 568 psBool mdStatus01 = false; … … 577 581 578 582 return(psDBInit(dbServer, dbUsername, dbPassword, dbName)); 583 #endif 579 584 } 580 585 -
trunk/psModules/src/config/pmConfig.h
r6873 r6955 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-04- 17 18:10:08$5 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-22 03:20:16 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 14 14 #include "pslib.h" 15 16 15 17 16 // Configuration information … … 103 102 * 104 103 */ 105 #ifdef DOMIT_PSDB106 typedef psDB void;107 #endif108 109 104 psDB *pmConfigDB( 110 105 psMetadata *site
Note:
See TracChangeset
for help on using the changeset viewer.
