Changeset 10837 in vbox for trunk/include/VBox
- Timestamp:
- Jul 23, 2008 7:11:33 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r10715 r10837 1426 1426 * @param ppTask Where to store the opaque task handle. 1427 1427 */ 1428 DECLR3CALLBACKMEMBER(int, pfnPrepareRead, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset, 1428 DECLR3CALLBACKMEMBER(int, pfnPrepareRead, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset, 1429 1429 void *pvBuf, size_t cbRead, void **ppTask)); 1430 1430 … … 1440 1440 * @param ppTask Where to store the opaque task handle. 1441 1441 */ 1442 DECLR3CALLBACKMEMBER(int, pfnPrepareWrite, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset, 1442 DECLR3CALLBACKMEMBER(int, pfnPrepareWrite, (PPDMITRANSPORTASYNC pInterface, void *pStorage, uint64_t uOffset, 1443 1443 void *pvBuf, size_t cbWrite, void **ppTask)); 1444 1444 … … 2171 2171 */ 2172 2172 DECLR3CALLBACKMEMBER(void, pfnNotifyLinkChanged,(PPDMINETWORKCONNECTOR pInterface, PDMNETWORKLINKSTATE enmLinkState)); 2173 2174 /** @todo Add a callback that informs the driver chain about MAC address changes if we ever implement that. */ 2173 2175 2174 2176 } PDMINETWORKCONNECTOR;
Note:
See TracChangeset
for help on using the changeset viewer.