diff --git a/sys/include/net/ng_fib/ng_fib_table.h b/sys/include/net/ng_fib/ng_fib_table.h index 4dae8e9bd9..de280ee988 100644 --- a/sys/include/net/ng_fib/ng_fib_table.h +++ b/sys/include/net/ng_fib/ng_fib_table.h @@ -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;