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/dvoutils.h

    r37807 r38622  
    3333
    3434Image *dvoutils_load_image_table (char *filename, int *nimage);
     35
     36int        SetSignals             PROTO((void));
     37void       SetProtect             PROTO((int mode));
     38void       TrapSignal             PROTO((int sig));
     39int        Shutdown               PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2);
     40
Note: See TracChangeset for help on using the changeset viewer.