ATLAS Offline Software
Functions
AppStopAlg.cxx File Reference
#include "AppStopAlg.h"
#include "CxxUtils/checker_macros.h"
#include "GaudiKernel/IEventProcessor.h"
#include "csignal"
Include dependency graph for AppStopAlg.cxx:

Go to the source code of this file.

Functions

void signal_handler (int, siginfo_t *, void *)
 

Function Documentation

◆ signal_handler()

void signal_handler ( int  ,
siginfo_t ,
void *   
)

Definition at line 16 of file AppStopAlg.cxx.

16  {
17  gSignalStatus = 1;
18 }