Changeset 57394 in vbox for trunk/src/VBox
- Timestamp:
- Aug 17, 2015 3:02:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp
r57389 r57394 410 410 * @param pThread The PDM thread data. 411 411 */ 412 static intpdmR3NsTxThread(PVM pVM, PPDMTHREAD pThread)412 static DECLCALLBACK(int) pdmR3NsTxThread(PVM pVM, PPDMTHREAD pThread) 413 413 { 414 414 PPDMNETSHAPER pShaper = (PPDMNETSHAPER)pThread->pvUser; … … 435 435 * @copydoc FNPDMTHREADWAKEUPINT 436 436 */ 437 static intpdmR3NsTxWakeUp(PVM pVM, PPDMTHREAD pThread)437 static DECLCALLBACK(int) pdmR3NsTxWakeUp(PVM pVM, PPDMTHREAD pThread) 438 438 { 439 439 PPDMNETSHAPER pShaper = (PPDMNETSHAPER)pThread->pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.