VirtualBox

Changeset 50988 in vbox for trunk/src/VBox/Storage/ISCSI.cpp


Ignore:
Timestamp:
Apr 7, 2014 7:36:54 PM (11 years ago)
Author:
vboxsync
Message:

Storage/VD: Cleanup VD plugin handling. One shared object can now support an arbitrary number of image backends instead of just one like before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/ISCSI.cpp

    r50304 r50988  
    3737#include <VBox/scsi.h>
    3838
     39#include "VDBackends.h"
    3940
    4041/*******************************************************************************
     
    54595460
    54605461
    5461 VBOXHDDBACKEND g_ISCSIBackend =
     5462const VBOXHDDBACKEND g_ISCSIBackend =
    54625463{
    54635464    /* pszBackendName */
     
    54715472    /* paConfigInfo */
    54725473    s_iscsiConfigInfo,
    5473     /* hPlugin */
    5474     NIL_RTLDRMOD,
    54755474    /* pfnCheckIfValid */
    54765475    iscsiCheckIfValid,
     
    55545553    NULL,
    55555554    /* pfnRepair */
     5555    NULL,
     5556    /* pfnTraverseMetadata */
    55565557    NULL
    55575558};
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