From 24b38efdce5f73d92ac948039ef4966d9502b484 Mon Sep 17 00:00:00 2001 From: kmacy Date: Thu, 16 Apr 2009 20:30:28 +0000 Subject: Change if_output to take a struct route as its fourth argument in order to allow passing a cached struct llentry * down to L2 Reviewed by: rwatson --- sys/net/if_atm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/if_atm.h') diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h index 99cc277..e8f69da 100644 --- a/sys/net/if_atm.h +++ b/sys/net/if_atm.h @@ -293,7 +293,7 @@ void atm_ifdetach(struct ifnet *); void atm_input(struct ifnet *, struct atm_pseudohdr *, struct mbuf *, void *); int atm_output(struct ifnet *, struct mbuf *, struct sockaddr *, - struct rtentry *); + struct route *); struct atmio_vcctable *atm_getvccs(struct atmio_vcc **, u_int, u_int, struct mtx *, int); -- cgit v1.1