From: Yu Watanabe Date: Thu, 6 Jul 2023 01:34:24 +0000 (+0900) Subject: network: update comment X-Git-Tag: v254-rc1~16^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04eaf63c6665422eab47ece211cbe7ecc3695e7b;p=thirdparty%2Fsystemd.git network: update comment --- diff --git a/src/network/networkd-ndisc.h b/src/network/networkd-ndisc.h index 6ccc1295d01..7affa8217e4 100644 --- a/src/network/networkd-ndisc.h +++ b/src/network/networkd-ndisc.h @@ -18,7 +18,7 @@ typedef enum IPv6AcceptRAStartDHCP6Client { typedef struct NDiscRDNSS { struct in6_addr router; /* This is an absolute point in time, and NOT a timespan/duration. - * Must be specified with clock_boottime_or_monotonic(). */ + * Must be specified with CLOCK_BOOTTIME. */ usec_t lifetime_usec; struct in6_addr address; } NDiscRDNSS; @@ -26,7 +26,7 @@ typedef struct NDiscRDNSS { typedef struct NDiscDNSSL { struct in6_addr router; /* This is an absolute point in time, and NOT a timespan/duration. - * Must be specified with clock_boottime_or_monotonic(). */ + * Must be specified with CLOCK_BOOTTIME. */ usec_t lifetime_usec; /* The domain name follows immediately. */ } NDiscDNSSL;