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

Add support for multi-platform shared library loading

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Platform 1 04/03/15

      To support loading third-party shared libraries across platforms, we need an abstraction to hide the platform differences.

          class RuntimeSharedLibrary {
          public:
              RuntimeSharedLibrary(const char* path, const char* file);
      
              ~RuntimeSharedLibrary();
      
              // Returns NULL if the symbol does not exist
              void* GetSymbol(const char* name);
          }
      

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

              Created:
              Updated:
              Resolved: