Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2016

Change wt_rwlock_t packing style

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • WT2.7.0
    • None
    • None
    • Platform 7 08/10/15

    Description

      wt_rwlock_t consists of the following in a union. This makes it difficult to add padding if needed.

      typedef union {			/* Read/write lock */
      	uint64_t u;
      	uint32_t us;
      	...
      

      Attachments

        Issue Links

          Activity

            People

              mark.benvenuto@mongodb.com Mark Benvenuto
              mark.benvenuto@mongodb.com Mark Benvenuto
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: