chiark / gitweb /
udev: set default rules permissions only at "add" events
[elogind.git] / src / core / kill.h
index 4f8823927113017400659eaff8e1be54691b3e66..3c9b0ab8dbacb61938123d6cfe64af5c11ef771c 100644 (file)
@@ -27,6 +27,7 @@ typedef struct KillContext KillContext;
 #include <stdio.h>
 
 typedef enum KillMode {
+        /* The kill mode is a property of a unit. */
         KILL_CONTROL_GROUP = 0,
         KILL_PROCESS,
         KILL_NONE,
@@ -41,6 +42,7 @@ struct KillContext {
 };
 
 typedef enum KillWho {
+        /* Kill who is a property of an operation */
         KILL_MAIN,
         KILL_CONTROL,
         KILL_ALL,