IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2015, 6:09:33 PM (11 years ago)
Author:
eugene
Message:

protect the catalog I/O layer from signals which can be blocked (ie, allow kill to kill gracefully)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/include/dvoverify.h

    r38553 r38622  
    6262
    6363void FreeImageIDs (void);
     64
     65int        SetSignals             PROTO((void));
     66void       SetProtect             PROTO((int mode));
     67void       TrapSignal             PROTO((int sig));
     68int        Shutdown               PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2);
     69
Note: See TracChangeset for help on using the changeset viewer.