mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Removed protocol-specific data in rte for protocol static since no
such data ever existed.
This commit is contained in:
parent
436965d25e
commit
78d06cf2bc
@ -92,10 +92,6 @@ typedef struct rte {
|
|||||||
word pref; /* Route preference */
|
word pref; /* Route preference */
|
||||||
bird_clock_t lastmod; /* Last modified */
|
bird_clock_t lastmod; /* Last modified */
|
||||||
union { /* Protocol-dependent data (metrics etc.) */
|
union { /* Protocol-dependent data (metrics etc.) */
|
||||||
#ifdef CONFIG_STATIC
|
|
||||||
struct {
|
|
||||||
} stat;
|
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_RIP
|
#ifdef CONFIG_RIP
|
||||||
struct {
|
struct {
|
||||||
node garbage; /* List for garbage collection */
|
node garbage; /* List for garbage collection */
|
||||||
|
Loading…
Reference in New Issue
Block a user