X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fexecute.h;h=208fe4ad5e1660710cd1f99181f0d7e954885520;hp=e77cdcf0bb290a42445614f9e85d9776dbb7093a;hb=bfe95f35bf87c91d63b9d62dde5f029dd38d27a4;hpb=91b22f21f3824c1766d34f622c5bbb70cbe881a8 diff --git a/src/execute.h b/src/execute.h index e77cdcf0b..208fe4ad5 100644 --- a/src/execute.h +++ b/src/execute.h @@ -39,16 +39,10 @@ struct CGroupBonding; #include "list.h" #include "util.h" -/* Abstract namespace! */ -#define LOGGER_SOCKET "/dev/.run/systemd/logger" - -/* This doesn't really belong here, but I couldn't find a better place to put this. */ -#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT -#define SIGNALS_IGNORE SIGKILL,SIGPIPE +#define LOGGER_SOCKET "/run/systemd/logger" typedef enum KillMode { KILL_CONTROL_GROUP = 0, - KILL_PROCESS_GROUP, KILL_PROCESS, KILL_NONE, _KILL_MODE_MAX,