IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2009, 6:07:30 PM (17 years ago)
Author:
eugene
Message:

adding goto_scrubbed mode to chiptool

File:
1 edited

Legend:

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

    r20413 r22751  
    3030    PS_ASSERT_PTR_NON_NULL(state, false);
    3131   
    32     // XXX replace strncmp with strcmp
    33 
    3432    if (!strcmp(state, "new")) return true;
    3533    if (!strcmp(state, "reg")) return true;
     
    3836    if (!strcmp(state, "wait")) return true;
    3937    if (!strcmp(state, "goto_cleaned")) return true;
     38    if (!strcmp(state, "goto_scrubbed")) return true;
    4039    if (!strcmp(state, "cleaned")) return true;
    4140    if (!strcmp(state, "update")) return true;
     
    4544    return false;
    4645}
     46
     47// goto_scrubbed is similar to cleaned, but allows files to be removed even if the config
     48// files is missing
Note: See TracChangeset for help on using the changeset viewer.