VirtualBox

Changeset 596 in vbox


Ignore:
Timestamp:
Feb 4, 2007 2:48:08 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18222
Message:

Compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r595 r596  
    6969#ifdef IN_RING3
    7070#include <iprt/mem.h>
     71#endif
    7172#include <iprt/req.h>
    72 #endif
    7373
    7474#include "Builtins.h"
     
    8686
    8787/* Enable to send packets in a seperate thread. */
    88 /* #define PCNET_ASYNC_SEND */
     88/* #define PCNET_ASYNC_SEND  */
    8989
    9090#ifdef __GNUC__
     
    18721872{
    18731873    PCNetState *pData = (PCNetState *)pvUser;
     1874    PRTREQQUEUE pQueue = pData->pSendQueue;
    18741875
    18751876    while(1)
    18761877    {
    1877         int rc = RTReqProcess(pQueue);
     1878        int rc = RTReqProcess(pQueue, RT_INDEFINITE_WAIT);
    18781879        if (VBOX_FAILURE(rc))
    18791880            break;
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