Mir

Code review comment for lp:~kuchtam/mir/mir

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I think you can safely skip Brandon's comment because it's not relevant to the final solution. All we need is:

unsigned mir_get_client_api_version()
{
    return MIR_CLIENT_API_VERSION;
}

And yes, those are different things. One describes the version of the headers you are using and the other describes the version of the libmirclient binary that you are using. Usually they will be equal, but the point of bug 1195540 is to cover cases where you want to dynamically bind to new API functions at runtime.

« Back to merge proposal