docs: add code comment to explain the meaning of the fields in rtnl_addr_cacheinfo
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
a5917da51e
commit
6d70d83947
1 changed files with 4 additions and 4 deletions
|
@ -225,16 +225,16 @@ struct rtnl_neigh
|
|||
|
||||
struct rtnl_addr_cacheinfo
|
||||
{
|
||||
/* Preferred lifetime in seconds */
|
||||
/* Preferred lifetime in seconds, ticking from when the message gets constructed */
|
||||
uint32_t aci_prefered;
|
||||
|
||||
/* Valid lifetime in seconds */
|
||||
/* Valid lifetime in seconds, ticking from when the message gets constructed */
|
||||
uint32_t aci_valid;
|
||||
|
||||
/* Timestamp of creation in 1/100s since boottime */
|
||||
/* Timestamp of creation in 1/100s since boottime, clock_gettime(CLOCK_MONOTONIC) */
|
||||
uint32_t aci_cstamp;
|
||||
|
||||
/* Timestamp of last update in 1/100s since boottime */
|
||||
/* Timestamp of last update in 1/100s since boottime, clock_gettime(CLOCK_MONOTONIC) */
|
||||
uint32_t aci_tstamp;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue