IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2008, 2:23:50 PM (18 years ago)
Author:
eugene
Message:

various updates to support needed queries for the flatcorr script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/flatcorrConfig.c

    r19325 r19371  
    9292    // -addprocess (XXX need to add fault and stats)
    9393    psMetadata *addprocessArgs = psMetadataAlloc();
    94     psMetadataAddS64 (addprocessArgs, PS_LIST_TAIL, "-corr_id", 0, "add complete run for specified corr_id (required)", 0);
     94    psMetadataAddS64 (addprocessArgs, PS_LIST_TAIL, "-corr_id",  0, "add complete run for specified corr_id (required)", 0);
     95    psMetadataAddStr (addprocessArgs, PS_LIST_TAIL, "-hostname", 0, "set hostname", NULL);
     96    psMetadataAddS16 (addprocessArgs, PS_LIST_TAIL, "-code",     0, "set fault code", 0);
    9597
    9698    // -updaterun
Note: See TracChangeset for help on using the changeset viewer.