VirtualBox

Changeset 13237 in vbox


Ignore:
Timestamp:
Oct 14, 2008 5:02:12 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37821
Message:

swithed to PDMDrv timers and VBox/tm.h API for timer management

File:
1 edited

Legend:

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

    r11786 r13237  
    4444#include <string.h>
    4545
    46 #include "Network/nat/nat.h"
    4746#endif
    4847#include <VBox/pdmdrv.h>
     
    5453
    5554#include "Builtins.h"
     55
     56#ifdef VBOX_NAT_SOURCES
     57#include "Network/nat/nat.h"
     58#endif
    5659
    5760
     
    613616        struct nat_output_callbacks cb;
    614617        cb.noc_guest_out = drvNATOutput;
    615         nat_init(&cb);
    616         ipfw_nat_init();
     618        nat_init(&cb, pDrvIns);
    617619#endif
    618620#if 0
     
    630632    return rc;
    631633}
     634
    632635
    633636
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