VirtualBox

Changeset 57394 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 17, 2015 3:02:39 PM (9 years ago)
Author:
vboxsync
Message:

DECLCALLBACK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp

    r57389 r57394  
    410410 * @param   pThread     The PDM thread data.
    411411 */
    412 static int pdmR3NsTxThread(PVM pVM, PPDMTHREAD pThread)
     412static DECLCALLBACK(int) pdmR3NsTxThread(PVM pVM, PPDMTHREAD pThread)
    413413{
    414414    PPDMNETSHAPER pShaper = (PPDMNETSHAPER)pThread->pvUser;
     
    435435 * @copydoc FNPDMTHREADWAKEUPINT
    436436 */
    437 static int pdmR3NsTxWakeUp(PVM pVM, PPDMTHREAD pThread)
     437static DECLCALLBACK(int) pdmR3NsTxWakeUp(PVM pVM, PPDMTHREAD pThread)
    438438{
    439439    PPDMNETSHAPER pShaper = (PPDMNETSHAPER)pThread->pvUser;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette