mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Renamed struct rtattr to struct rta to make things more consistent and
avoid namespace clashes with <linux/rtnetlink.h>. Other files should not be affected since they use 'rta' directly.
This commit is contained in:
		| @@ -15,7 +15,7 @@ | ||||
| struct iface; | ||||
| struct rte; | ||||
| struct neighbor; | ||||
| struct rtattr; | ||||
| struct rta; | ||||
| struct network; | ||||
| struct proto_config; | ||||
| struct config; | ||||
| @@ -91,7 +91,7 @@ struct proto { | ||||
|   void (*rt_notify)(struct proto *, struct network *net, struct rte *new, struct rte *old); | ||||
|   void (*neigh_notify)(struct neighbor *neigh); | ||||
|  | ||||
|   int (*rta_same)(struct rtattr *, struct rtattr *); | ||||
|   int (*rta_same)(struct rta *, struct rta *); | ||||
|   int (*rte_better)(struct rte *, struct rte *); | ||||
|   void (*rte_insert)(struct network *, struct rte *); | ||||
|   void (*rte_remove)(struct network *, struct rte *); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user