VirtualBox

Changeset 10761 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 18, 2008 11:56:28 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33518
Message:

Fixed INTNETRUNKDIR_VALID_MASK / flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/intnet.h

    r10746 r10761  
    285285 * @{ */
    286286/** To/From the wire. */
    287 #define INTNETTRUNKDIR_WIRE             RT_BIT_32(1)
     287#define INTNETTRUNKDIR_WIRE             RT_BIT_32(0)
    288288/** To/From the host. */
    289 #define INTNETTRUNKDIR_HOST             RT_BIT_32(2)
     289#define INTNETTRUNKDIR_HOST             RT_BIT_32(1)
    290290/** Mask of valid bits. */
    291291#define INTNETTRUNKDIR_VALID_MASK       UINT32_C(0x3)
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