IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2011, 10:59:38 AM (15 years ago)
Author:
mhuber
Message:

adding keep as a valid state, like wait, but with more permanence

File:
1 edited

Legend:

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

    r30729 r32565  
    3535    if (!strcmp(state, "drop")) return true;
    3636    if (!strcmp(state, "wait")) return true;
     37    if (!strcmp(state, "keep")) return true;
    3738    if (!strcmp(state, "goto_cleaned")) return true;
    3839    if (!strcmp(state, "error_cleaned")) return true;
Note: See TracChangeset for help on using the changeset viewer.