Skip to content

Use (char *) version of URL, if available #10

@PerilousApricot

Description

@PerilousApricot

There was/is the famous problem where the hadoop adaptor can't link to xrootd libraries compiled with a different C++ API.

Newer versions of the xrootd libraries have a form of Open() that accepts a char * instead of an std::string - xrootd/xrootd#1010 .. If this is added with some sort of runtime checking (e.g. use char* if it exists, fall back to std::string otherwise), it'll be possible to have a library usable anywhere

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions