- Timestamp:
- Oct 24, 2017 3:27:30 PM (7 years ago)
- Location:
- trunk/src/VBox/Storage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/ISCSI.cpp
r69154 r69230 2162 2162 * @returns VBOX status 2163 2163 * @param pImage The iSCSI connection state to be used. 2164 * @param itt The initiator task tag. 2164 * @param itt The initiator task tag. 2165 2165 * @param paRes Pointer to array of iSCSI response sections. 2166 2166 * @param cnRes Number of valid iSCSI response sections in the array. -
trunk/src/VBox/Storage/VDPlugin.cpp
r67455 r69230 53 53 /** Pointer to a plugin structure. */ 54 54 typedef VDPLUGIN *PVDPLUGIN; 55 55 56 56 57 /********************************************************************************************************************************* … … 109 110 static PRTLDRMOD g_pahFilterBackendPlugins = NULL; 110 111 #endif 112 111 113 112 114 /********************************************************************************************************************************* … … 823 825 * files below fails. Either way: no plugins. */ 824 826 } 825 827 826 828 if (rc == VERR_NO_MORE_FILES) 827 829 rc = VINF_SUCCESS; -
trunk/src/VBox/Storage/VMDK.cpp
r69037 r69230 514 514 /** Pointer to a VMDK rename state. */ 515 515 typedef VMDKRENAMESTATE *PVMDKRENAMESTATE; 516 516 517 517 518 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.