X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.h;h=c9fd4a538cb2fe7e11c96b7a3097880124cfa4e2;hp=abd97f931503aaa40a467257323f230fbde8ea54;hb=55096547212928b0ba83fca2595cae0d66d3c0b0;hpb=9e58ff9c5c3bd46a796a20fc6c304cdab489f334 diff --git a/src/unit.h b/src/unit.h index abd97f931..c9fd4a538 100644 --- a/src/unit.h +++ b/src/unit.h @@ -43,15 +43,6 @@ typedef enum UnitDependency UnitDependency; #define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC) #define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC) -typedef enum KillMode { - KILL_CONTROL_GROUP = 0, - KILL_PROCESS_GROUP, - KILL_PROCESS, - KILL_NONE, - _KILL_MODE_MAX, - _KILL_MODE_INVALID = -1 -} KillMode; - enum UnitType { UNIT_SERVICE = 0, UNIT_SOCKET,