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

Change wt_rwlock_t packing style

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Platform 7 08/10/15

      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;
      	...
      

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

              Created:
              Updated:
              Resolved: