commit | 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Sep 23 19:18:23 2004 +0000 |
committer | hasso <hasso> | Thu Sep 23 19:18:23 2004 +0000 |
tree | a557339540c56dd3953c29a50ca0e48c1911efc8 | |
parent | 44983cf8a9c587dfbcad294b9dfe4dccbb68ba98 [diff] [blame] |
Remove usage of evil list and listnode typedefs.
diff --git a/zebra/zserv.h b/zebra/zserv.h index 90e85f6..ac5da1b 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h
@@ -63,7 +63,7 @@ { /* Thread master */ struct thread_master *master; - list client_list; + struct list *client_list; /* default table */ int rtm_table_default;