Changeset 28213 in vbox for trunk/include
- Timestamp:
- Apr 12, 2010 3:15:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmnetifs.h
r27973 r28213 270 270 /** @todo Add a callback that informs the driver chain about MAC address changes if we ever implement that. */ 271 271 272 /**273 * Send data to the network.274 *275 * @returns VBox status code.276 * @param pInterface Pointer to the interface structure containing the called function pointer.277 * @param pvBuf Data to send.278 * @param cb Number of bytes to send.279 * @thread EMT ??280 * @deprecated281 */282 DECLR3CALLBACKMEMBER(int, pfnSendDeprecated,(PPDMINETWORKUP pInterface, const void *pvBuf, size_t cb));283 284 285 272 } PDMINETWORKUP; 286 273 /** PDMINETWORKUP interface ID. */ 287 #define PDMINETWORKUP_IID " 0e603bc1-3016-41b4-b521-15c038cda16a"274 #define PDMINETWORKUP_IID "3415a37c-4415-43e8-be18-26d9fd2c26a8" 288 275 289 276
Note:
See TracChangeset
for help on using the changeset viewer.