Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-35275

small FailPoint improvements

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 4.0.0, 4.1.1
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Fully Compatible
    • v4.0
    • Platforms 2018-06-04

      macros:
      MONGO_FP_DECLARE
      MONGO_FP_FORWARD_DECLARE

      FP should say FAIL_POINT to avoid confusion with floating point, etc.
      DECLARE is really a definition
      FORWARD_DECLARE is really a declaration.

      The docs are a little technically wrong when they refer to scope.
      The C++ emitted by the macro uses identifiers without full scope qualification.

      These are all easily fixed.

            Assignee:
            billy.donahue@mongodb.com Billy Donahue
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: