VirtualBox

Changeset 31767 in vbox


Ignore:
Timestamp:
Aug 18, 2010 2:39:06 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64949
Message:

build fix

File:
1 edited

Legend:

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

    r31765 r31767  
    125125    R0PTRTYPE(PPDMQUEUE)    pCanRxQueueR0;           /**< Rx wakeup signaller - R0. */
    126126    RCPTRTYPE(PPDMQUEUE)    pCanRxQueueRC;           /**< Rx wakeup signaller - RC. */
    127 
    128 #if HC_ARCH_BITS == 64
    129     uint32_t    padding;
    130 #endif
     127    uint32_t                padding;
    131128
    132129    /**< Link Up(/Restore) Timer. */
    133130    PTMTIMERR3              pLinkUpTimer;
     131
    134132#ifdef VNET_TX_DELAY
    135133    /**< Transmit Delay Timer - R3. */
     
    140138    PTMTIMERRC              pTxTimerRC;
    141139
    142 #if HC_ARCH_BITS == 64
    143     uint32_t    padding2;
    144 #endif
    145 
    146     uint32_t   u32i;
    147     uint32_t   u32AvgDiff;
    148     uint32_t   u32MinDiff;
    149     uint32_t   u32MaxDiff;
    150     uint64_t   u64NanoTS;
    151 
     140# if HC_ARCH_BITS == 64
     141    uint32_t                padding2;
     142# endif
     143
     144    uint32_t                u32i;
     145    uint32_t                u32AvgDiff;
     146    uint32_t                u32MinDiff;
     147    uint32_t                u32MaxDiff;
     148    uint64_t                u64NanoTS;
    152149#endif /* VNET_TX_DELAY */
     150
    153151    /** Indicates transmission in progress -- only one thread is allowed. */
    154152    uint32_t                uIsTransmitting;
Note: See TracChangeset for help on using the changeset viewer.

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