X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=service.h;fp=service.h;h=0c0850a81fdb9b51c6df8ecf6a2cfc491a6de910;hp=fef100bad96d27a9aa1a10752256e802e07d3dde;hb=2c4104f00923084a0455948da3664e8e63515686;hpb=890f434c6086cd076b15d7530f9c450b99f346e4 diff --git a/service.h b/service.h index fef100bad..0c0850a81 100644 --- a/service.h +++ b/service.h @@ -99,6 +99,9 @@ struct Service { bool failure:1; /* if we shut down, remember why */ Watch timer_watch; + char *sysv_path; + int sysv_start_priority; + RateLimit ratelimit; };