VirtualBox

Changeset 3931 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 31, 2007 7:39:09 AM (18 years ago)
Author:
vboxsync
Message:

an L4 hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvTAP.cpp

    r2981 r3931  
    5050#ifdef ASYNC_NET
    5151#include <unistd.h>
     52#endif
     53
     54#ifdef RT_OS_L4
     55#include <l4/vboxserver/file.h>
    5256#endif
    5357
     
    566570     */
    567571    int fds[2];
     572#ifdef RT_OS_L4
     573    /* XXX We need to tell the library which interface we are using */
     574    fds[0] = vboxrtLinuxFd2VBoxFd(VBOXRT_FT_TAP, 0);
     575#endif
    568576    if (pipe(&fds[0]) != 0) /** @todo RTPipeCreate() or something... */
    569577    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette