Changeset 91683dc in rtems
- Timestamp:
- 06/17/05 14:37:24 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3f0bb34
- Parents:
- cb4185c
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rcb4185c r91683dc 1 2005-06-17 Joel Sherrill <joel@OARcorp.com> 2 3 * libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended 4 dependencies added by the RTEMS specific tap interface. 5 1 6 2005-06-09 Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net> 2 7 -
cpukit/libnetworking/net/if.h
rcb4185c r91683dc 213 213 int ifru_media; 214 214 caddr_t ifru_data; 215 int (*ifru_tap)(struct ifnet *, struct ether_header *, struct mbuf *); 215 /* third argument must be cast to a struct mbuf * */ 216 int (*ifru_tap)(struct ifnet *, struct ether_header *, void *); 216 217 } ifr_ifru; 217 218 #define ifr_addr ifr_ifru.ifru_addr /* address */
Note: See TracChangeset
for help on using the changeset viewer.