VirtualBox

Changeset 28216 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 12, 2010 3:41:30 PM (15 years ago)
Author:
vboxsync
Message:

DrvNAT: build fix.

File:
1 edited

Legend:

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

    r28213 r28216  
    169169# if HC_ARCH_BITS == 32
    170170    /** Alignment padding. */
    171     //uint32_t                alignment2;
     171    uint32_t                alignment2;
    172172# endif
    173173#else
     
    189189    /** Receive Req queue (deliver packets to the guest) */
    190190    PRTREQQUEUE             pRecvReqQueue;
    191     /** Receive Urgent Req queue (deliver packets to the guest) */
     191    /** Receive Urgent Req queue (deliver packets to the guest). */
    192192    PRTREQQUEUE             pUrgRecvReqQueue;
    193193
    194     /* makes access to device func RecvAvail and Recv atomical */
     194    /** makes access to device func RecvAvail and Recv atomical. */
    195195    RTCRITSECT              csDevAccess;
    196196    volatile uint32_t       cUrgPkt;
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