The backends are checked in relative ordering, based on the
value of the priority parameter.
Read <sys/odb_backend.h> for more information.
@param odb database to add the backend to
@param backend pointer to a git_odb_backend instance
@param priority Value for ordering the backends queue
@return 0 on success; error code otherwise
Add a custom backend to an existing Object DB
The backends are checked in relative ordering, based on the value of the priority parameter.
Read <sys/odb_backend.h> for more information.
@param odb database to add the backend to @param backend pointer to a git_odb_backend instance @param priority Value for ordering the backends queue @return 0 on success; error code otherwise