IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2008, 12:32:53 PM (18 years ago)
Author:
jhoblitt
Message:

add warpRun.label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.h

    r16731 r17142  
    39263926    char            *workdir;
    39273927    char            *workdir_state;
     3928    char            *label;
    39283929    char            *dvodb;
    39293930    char            *tess_id;
     
    39453946    const char      *workdir,
    39463947    const char      *workdir_state,
     3948    const char      *label,
    39473949    const char      *dvodb,
    39483950    const char      *tess_id,
     
    39853987    const char      *workdir,
    39863988    const char      *workdir_state,
     3989    const char      *label,
    39873990    const char      *dvodb,
    39883991    const char      *tess_id,
     
    1138311386    char            *outFileset;
    1138411387    char            *uri;
     11388    psS16           resultsFile;
    1138511389} pstampRequestRow;
    1138611390
     
    1139511399    const char      *state,
    1139611400    const char      *outFileset,
    11397     const char      *uri
     11401    const char      *uri,
     11402    psS16           resultsFile
    1139811403);
    1139911404
     
    1142911434    const char      *state,
    1143011435    const char      *outFileset,
    11431     const char      *uri
     11436    const char      *uri,
     11437    psS16           resultsFile
    1143211438);
    1143311439
     
    1158811594    psS64           req_id;
    1158911595    char            *state;
     11596    char            *jobType;
    1159011597    psS32           result;
    1159111598    char            *uri;
     
    1160311610    psS64           req_id,
    1160411611    const char      *state,
     11612    const char      *jobType,
    1160511613    psS32           result,
    1160611614    const char      *uri,
     
    1163911647    psS64           req_id,
    1164011648    const char      *state,
     11649    const char      *jobType,
    1164111650    psS32           result,
    1164211651    const char      *uri,
Note: See TracChangeset for help on using the changeset viewer.