Changeset 13237 in vbox
- Timestamp:
- Oct 14, 2008 5:02:12 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r11786 r13237 44 44 #include <string.h> 45 45 46 #include "Network/nat/nat.h"47 46 #endif 48 47 #include <VBox/pdmdrv.h> … … 54 53 55 54 #include "Builtins.h" 55 56 #ifdef VBOX_NAT_SOURCES 57 #include "Network/nat/nat.h" 58 #endif 56 59 57 60 … … 613 616 struct nat_output_callbacks cb; 614 617 cb.noc_guest_out = drvNATOutput; 615 nat_init(&cb); 616 ipfw_nat_init(); 618 nat_init(&cb, pDrvIns); 617 619 #endif 618 620 #if 0 … … 630 632 return rc; 631 633 } 634 632 635 633 636
Note:
See TracChangeset
for help on using the changeset viewer.