diff options
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/sd-network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h index 71a83ec526..9562b78feb 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. */ |