VirtualBox

Changeset 10540 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 11, 2008 5:58:44 PM (16 years ago)
Author:
vboxsync
Message:

First very rough cut at the conversion of iSCSI to a VBoxHDD-new backend. It compiles.

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r10243 r10540  
    690690        Network/lwip/src/include/ipv4 \
    691691        Network/lwip/vbox/include
     692 VBoxDDU_SOURCES      += \
     693    Storage/ISCSIHDDCore.cpp
     694 VBoxDDU_DEFS         += VBOX_WITH_ISCSI
    692695endif # VBOX_WITH_ISCSI
    693696
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r9734 r10540  
    121121extern VBOXHDDBACKEND g_VhdBackend;
    122122#endif
     123#ifdef VBOX_WITH_ISCSI
     124extern VBOXHDDBACKEND g_ISCSIBackend;
     125#endif
    123126
    124127static PCVBOXHDDBACKEND aBackends[] =
     
    129132#ifndef VBOX_OSE
    130133    &g_VhdBackend,
     134#endif
     135#ifdef VBOX_WITH_ISCSI
     136    &g_ISCSIBackend,
    131137#endif
    132138    NULL
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