From e174ce2c56a1bc7d14ac6ade7ac9e774693b3a45 Mon Sep 17 00:00:00 2001 From: BytesGalore Date: Wed, 27 May 2015 14:44:55 +0200 Subject: [PATCH] fib: added a word on the lifetime of a FIB entry --- sys/include/net/ng_fib/ng_fib_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;