]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed protocol-specific data in rte for protocol static since no
authorMartin Mares <mj@ucw.cz>
Sun, 6 Dec 1998 23:11:47 +0000 (23:11 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 6 Dec 1998 23:11:47 +0000 (23:11 +0000)
such data ever existed.

nest/route.h

index 332930304cbe5c95bb0f2a433b25343bb693cda3..ad06275145fa5214f224ca0293331c34f66d13fa 100644 (file)
@@ -92,10 +92,6 @@ typedef struct rte {
   word pref;                           /* Route preference */
   bird_clock_t lastmod;                        /* Last modified */
   union {                              /* Protocol-dependent data (metrics etc.) */
-#ifdef CONFIG_STATIC
-    struct {
-    } stat;
-#endif
 #ifdef CONFIG_RIP
     struct {
       node garbage;                    /* List for garbage collection */