Changeset 54430 in vbox for trunk/include/VBox
- Timestamp:
- Feb 24, 2015 10:43:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-image-backend.h
r50988 r54430 4 4 5 5 /* 6 * Copyright (C) 2006-201 4Oracle Corporation6 * Copyright (C) 2006-2015 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 139 139 * @param pVDIfsImage Pointer to the per-image VD interface list. 140 140 * @param pVDIfsOperation Pointer to the per-operation VD interface list. 141 * @param enmType Requested type of the image. 141 142 * @param ppBackendData Opaque state data for this image. 142 143 */ … … 150 151 PVDINTERFACE pVDIfsImage, 151 152 PVDINTERFACE pVDIfsOperation, 153 VDTYPE enmType, 152 154 void **ppBackendData)); 153 155
Note:
See TracChangeset
for help on using the changeset viewer.