VirtualBox

Changeset 11758 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 28, 2008 12:56:37 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35533
Message:

get rid of unused callbcaks

File:
1 edited

Legend:

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

    r11284 r11758  
    611611        pDrvIns->pDrvHlp->pfnPDMPollerRegister(pDrvIns, drvNATPoller);
    612612        pThis->enmLinkState = PDMNETWORKLINKSTATE_UP;
    613         mbuf_init(NULL);
    614613        struct nat_output_callbacks cb;
    615614        cb.noc_guest_out = drvNATOutput;
    616 #if 0
    617         cb.noc_host_udp_out = host_udp_out;
    618         cb.noc_host_udp_in = host_udp_in;
    619 #endif
    620615        nat_init(&cb);
    621616        ipfw_nat_init();
Note: See TracChangeset for help on using the changeset viewer.

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