VirtualBox

Changeset 35213 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Dec 16, 2010 11:54:29 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69054
Message:

Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp

    r34967 r35213  
    5050*   Defined Constants And Macros                                               *
    5151*******************************************************************************/
    52 #define RTVFSOBJ_MAGIC              UINT32_C(0x20109901)
    53 #define RTVFSOBJ_MAGIC_DEAD         (~RTVFSOBJ_MAGIC)
    54 #define RTVFS_MAGIC                 UINT32_C(0x20109902)
    55 #define RTVFS_MAGIC_DEAD            (~RTVFS_MAGIC)
    56 #define RTVFSFSSTREAM_MAGIC         UINT32_C(0x20109903)
    57 #define RTVFSFSSTREAM_MAGIC_DEAD    (~RTVFSFSSTREAM_MAGIC)
    58 #define RTVFSDIR_MAGIC              UINT32_C(0x20109904)
    59 #define RTVFSDIR_MAGIC_DEAD         (~RTVFSDIR_MAGIC)
    60 #define RTVFSFILE_MAGIC             UINT32_C(0x20109905)
    61 #define RTVFSFILE_MAGIC_DEAD        (~RTVFSFILE_MAGIC)
    62 #define RTVFSIOSTREAM_MAGIC         UINT32_C(0x20109906)
    63 #define RTVFSIOSTREAM_MAGIC_DEAD    (~RTVFSIOSTREAM_MAGIC)
    64 #define RTVFSSYMLINK_MAGIC          UINT32_C(0x20109907)
    65 #define RTVFSSYMLINK_MAGIC_DEAD     (~RTVFSSYMLINK_MAGIC)
    66 
    6752/** The instance data alignment. */
    6853#define RTVFS_INST_ALIGNMENT        16U
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