1
0
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:
BytesGalore 2015-05-27 14:44:55 +02:00
parent fe462fe9f1
commit e174ce2c56

View File

@ -34,7 +34,7 @@ extern "C" {
typedef struct fib_entry_t {
/** interface 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;
/** Unique identifier for the type of the global address */
uint32_t global_flags;