codership / wsrep-API

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

sst_request_cb lacks application context pointer #19

Closed temeo closed 6 years ago

temeo commented 6 years ago

SST request callback does not have application context pointer. This requires that the application state is contained in global variables.

Suggested fix: Add application context pointer in sst_request_cb callback type.