Change types to be fixed width in extensions public API

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor - P4
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Query Integration
    • Fully Compatible
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      `extension/public/api.h` currently uses types such as `enum`, `int`, and `size_t`. However, different systems will have different widths for these types.

      This ticket should swap these types out for fixed width types such as `uint32_t`, `int64_t`, etc.

      See https://github.com/10gen/mongo/pull/40091#issuecomment-3192718311 for more information.

            Assignee:
            Josh Siegel
            Reporter:
            Josh Siegel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: