summaryrefslogtreecommitdiff
path: root/src/systemd/sd-login.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-24 17:54:55 -0300
committerLennart Poettering <lennart@poettering.net>2013-04-24 19:02:13 -0300
commite10375f2c0f5dd0dc8508f3ca165eb8aa63c64fb (patch)
tree56ac57f76308167c9fba789c52e268c9e2fcc2b0 /src/systemd/sd-login.h
parenta20affe2f0fb4c8d488155a0b860549e9389f32a (diff)
downloadsystemd-e10375f2c0f5dd0dc8508f3ca165eb8aa63c64fb.tar.gz
login: allow watching virtual machines with sd_get_machine_names()
Diffstat (limited to 'src/systemd/sd-login.h')
-rw-r--r--src/systemd/sd-login.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index 2415039410..4855e327a1 100644
--- a/src/systemd/sd-login.h
+++ b/src/systemd/sd-login.h
@@ -157,7 +157,8 @@ int sd_get_machine_names(char ***machines);
typedef struct sd_login_monitor sd_login_monitor;
/* Create a new monitor. Category must be NULL, "seat", "session",
- * "uid" to get monitor events for the specific category (or all). */
+ * "uid", "machine" to get monitor events for the specific category
+ * (or all). */
int sd_login_monitor_new(const char *category, sd_login_monitor** ret);
/* Destroys the passed monitor. Returns NULL. */