VirtualBox

Ignore:
Timestamp:
Apr 7, 2014 7:36:54 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93172
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/VCICache.cpp

    r45486 r50988  
    2020*******************************************************************************/
    2121#define LOG_GROUP LOG_GROUP_VD_RAW /** @todo logging group */
    22 #include <VBox/vd-cache-plugin.h>
     22#include <VBox/vd-cache-backend.h>
    2323#include <VBox/err.h>
    2424
     
    2828#include <iprt/file.h>
    2929#include <iprt/asm.h>
     30
     31#include "VDBackends.h"
    3032
    3133/*******************************************************************************
     
    19571959
    19581960
    1959 VDCACHEBACKEND g_VciCacheBackend =
     1961const VDCACHEBACKEND g_VciCacheBackend =
    19601962{
    19611963    /* pszBackendName */
     
    19691971    /* paConfigInfo */
    19701972    NULL,
    1971     /* hPlugin */
    1972     NIL_RTLDRMOD,
    19731973    /* pfnProbe */
    19741974    vciProbe,
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