Changeset 10761 in vbox for trunk/include/VBox
- Timestamp:
- Jul 18, 2008 11:56:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r10746 r10761 285 285 * @{ */ 286 286 /** To/From the wire. */ 287 #define INTNETTRUNKDIR_WIRE RT_BIT_32( 1)287 #define INTNETTRUNKDIR_WIRE RT_BIT_32(0) 288 288 /** To/From the host. */ 289 #define INTNETTRUNKDIR_HOST RT_BIT_32( 2)289 #define INTNETTRUNKDIR_HOST RT_BIT_32(1) 290 290 /** Mask of valid bits. */ 291 291 #define INTNETTRUNKDIR_VALID_MASK UINT32_C(0x3)
Note:
See TracChangeset
for help on using the changeset viewer.