IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 6:24:33 PM (18 years ago)
Author:
eugene
Message:

adding hostname to db fields

File:
1 edited

Legend:

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

    r16248 r16253  
    382382    PXOPT_LOOKUP_F64(bg_stdev, config->args, "-bg_stdev", false, false);
    383383    PXOPT_LOOKUP_F32(dtime_stack, config->args, "-dtime_stack", false, false);
     384    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    384385    PXOPT_LOOKUP_F32(good_frac, config->args, "-good_frac", false, false);
    385386
     
    402403                               bg_stdev,
    403404                               dtime_stack,
     405                               hostname,
    404406                               good_frac,
    405407                               code
Note: See TracChangeset for help on using the changeset viewer.