IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 10:17:52 AM (21 years ago)
Author:
drobbin
Message:

updated files in accordance with requested revisions in apidelta-report-cycle6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r4392 r4409  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-25 02:02:05 $
     11 *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-28 20:17:52 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5757
    5858static void componentFree(p_psComponent* comp);
    59 static p_psComponent* componentAlloc(const char *name, psS32 level);
     59static p_psComponent* componentAlloc(const char *name, int level);
    6060
    6161/*****************************************************************************
    6262componentAlloc(): allocate memory for a new node, and initialize members.
    6363 *****************************************************************************/
    64 static p_psComponent* componentAlloc(const char *name, psS32 level)
     64static p_psComponent* componentAlloc(const char *name, int level)
    6565{
    6666    p_psComponent* comp = psAlloc(sizeof(p_psComponent));
     
    245245*****************************************************************************/
    246246psBool psTraceSetLevel(const char *comp,   // component of interest
    247                        psS32 level)  // desired trace level
     247                       int level)  // desired trace level
    248248{
    249249    char *compName = NULL;
     
    487487 *****************************************************************************/
    488488void p_psTrace(const char *comp,        // component being traced
    489                psS32 level,       // desired trace level
    490                ...)             // arguments
     489               int level,               // desired trace level
     490               ...)                     // arguments
    491491{
    492492    char *fmt = NULL;
Note: See TracChangeset for help on using the changeset viewer.