Changeset 25796
- Timestamp:
- Oct 7, 2009, 1:48:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r25793 r25796 409 409 $fault = $PSTAMP_GONE; 410 410 } elsif (($data_state ne 'full') or ($run_state ne 'full' )) { 411 my $PSTAMP_NO_UPDATE = 2048; 412 # for now just fault while I build pstampDependent 413 if ($option_mask & $PSTAMP_NO_UPDATE) { 411 # don't wait for update unless the caller asks us to 412 if (!($option_mask & $PSTAMP_WAIT_FOR_UPDATE)) { 414 413 $newState = 'stop'; 415 414 $fault = $PSTAMP_NOT_AVAILABLE;
Note:
See TracChangeset
for help on using the changeset viewer.
