mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fib: added a word on the lifetime of a FIB entry
This commit is contained in:
parent
fe462fe9f1
commit
e174ce2c56
@ -34,7 +34,7 @@ extern "C" {
|
|||||||
typedef struct fib_entry_t {
|
typedef struct fib_entry_t {
|
||||||
/** interface ID */
|
/** interface ID */
|
||||||
kernel_pid_t iface_id;
|
kernel_pid_t iface_id;
|
||||||
/** Lifetime of this entry */
|
/** Lifetime of this entry (an absolute time-point is stored by the FIB) */
|
||||||
timex_t lifetime;
|
timex_t lifetime;
|
||||||
/** Unique identifier for the type of the global address */
|
/** Unique identifier for the type of the global address */
|
||||||
uint32_t global_flags;
|
uint32_t global_flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user