diff --git a/TODO b/TODO index 6950365d..ec886fab 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,6 @@ Core - client: paging? - client: data losses on large dumps? -- table: ocassional core dumps in rt_prune() - Documentation ~~~~~~~~~~~~~ - write doctool diff --git a/nest/route.h b/nest/route.h index 183e80b5..640cd490 100644 --- a/nest/route.h +++ b/nest/route.h @@ -42,9 +42,9 @@ struct fib_node { struct fib_iterator { /* See lib/slists.h for an explanation */ struct fib_iterator *prev, *next; /* Must be synced with struct fib_node! */ - struct fib_node *node; /* Or NULL if freshly merged */ byte efef; /* 0xff to distinguish between iterator and node */ byte pad[3]; + struct fib_node *node; /* Or NULL if freshly merged */ unsigned int hash; };