Changeset 91683dc in rtems


Ignore:
Timestamp:
06/17/05 14:37:24 (18 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3f0bb34
Parents:
cb4185c
Message:

2005-06-17 Joel Sherrill <joel@…>

  • libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended dependencies added by the RTEMS specific tap interface.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    rcb4185c r91683dc  
     12005-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
    162005-06-09      Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net>
    27
  • cpukit/libnetworking/net/if.h

    rcb4185c r91683dc  
    213213                int     ifru_media;
    214214                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 *);
    216217        } ifr_ifru;
    217218#define ifr_addr        ifr_ifru.ifru_addr      /* address */
Note: See TracChangeset for help on using the changeset viewer.