Changeset 50988 in vbox for trunk/src/VBox/Storage/VCICache.cpp
- Timestamp:
- Apr 7, 2014 7:36:54 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VCICache.cpp
r45486 r50988 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_VD_RAW /** @todo logging group */ 22 #include <VBox/vd-cache- plugin.h>22 #include <VBox/vd-cache-backend.h> 23 23 #include <VBox/err.h> 24 24 … … 28 28 #include <iprt/file.h> 29 29 #include <iprt/asm.h> 30 31 #include "VDBackends.h" 30 32 31 33 /******************************************************************************* … … 1957 1959 1958 1960 1959 VDCACHEBACKEND g_VciCacheBackend =1961 const VDCACHEBACKEND g_VciCacheBackend = 1960 1962 { 1961 1963 /* pszBackendName */ … … 1969 1971 /* paConfigInfo */ 1970 1972 NULL, 1971 /* hPlugin */1972 NIL_RTLDRMOD,1973 1973 /* pfnProbe */ 1974 1974 vciProbe,
Note:
See TracChangeset
for help on using the changeset viewer.