summaryrefslogtreecommitdiff
path: root/src/systemd/sd-network.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-04-29 22:27:29 +0200
committerTom Gundersen <teg@jklm.no>2014-04-30 00:05:28 +0200
commit7e141e498c73ec7c8b61a0df37c4937f1d6becc7 (patch)
tree7710684079476b544e5205316a8e0fbb0a926b09 /src/systemd/sd-network.h
parentba9f11dc98f6812a3333411453ff6fb324abf303 (diff)
sd-network: add support for only listening to some types of changes
Diffstat (limited to 'src/systemd/sd-network.h')
-rw-r--r--src/systemd/sd-network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h
index 71a83ec52..9562b78fe 100644
--- a/src/systemd/sd-network.h
+++ b/src/systemd/sd-network.h
@@ -64,7 +64,7 @@ int sd_network_get_ifindices(unsigned **indices);
/* Monitor object */
typedef struct sd_network_monitor sd_network_monitor;
-/* Create a new monitor. Category must be NULL. */
+/* Create a new monitor. Category must be NULL, "links" or "leases". */
int sd_network_monitor_new(const char *category, sd_network_monitor** ret);
/* Destroys the passed monitor. Returns NULL. */