VirtualBox

Changeset 11758

Show
Ignore:
Timestamp:
08/28/08 14:56:37 (3 months ago)
Author:
vboxsync
Message:

get rid of unused callbcaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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(); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy