root/siginfo.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef SIGINFO_H
   2 #define SIGINFO_H
   3 
   4 namespace dmtcp {
   5   namespace SigInfo {
   6     int ckptSignal();
   7     void setupCkptSigHandler(sighandler_t handler);
   8     void saveSigHandlers();
   9     void restoreSigHandlers();
  10   };
  11 };
  12 
  13 #endif

/* [<][>][^][v][top][bottom][index][help] */