codership/wsrep-API

sst_request_cb lacks application context pointer

Closed this issue · 0 comments

temeo commented

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.