codership / wsrep-API

Write Set Replication API specification
GNU General Public License v2.0
26 stars 15 forks source link

Interface definition for application defined thread implementation. #44

Closed temeo closed 4 years ago

temeo commented 4 years ago

The interface will allow application to inject service interface into provider. The service interface will define callbacks to manage threads, mutexes and conditions variables.

temeo commented 4 years ago

What is the motivation to have a separate wsrep_loader.h?

This change was not necessary at this point. Reverted the changes to wsrep_api.h and removed wsrep_loader.h.