X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fservice.h;fp=src%2Fcore%2Fservice.h;h=54fbe46fa443ded2c0a8120cbb97769d28b57c58;hb=db2cb23b5b179707000d28a11efb3d888d06ee80;hp=0db0c4d64cb12a61bd76f255735dbc8f574d11a7;hpb=f10af76de5e6589e35ed620c75f3f6eb02cdf345;p=elogind.git diff --git a/src/core/service.h b/src/core/service.h index 0db0c4d64..54fbe46fa 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -39,6 +39,7 @@ typedef enum ServiceState { SERVICE_EXITED, /* Nothing is running anymore, but RemainAfterExit is true hence this is OK */ SERVICE_RELOAD, SERVICE_STOP, /* No STOP_PRE state, instead just register multiple STOP executables */ + SERVICE_STOP_SIGABRT, /* Watchdog timeout */ SERVICE_STOP_SIGTERM, SERVICE_STOP_SIGKILL, SERVICE_STOP_POST,