We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f49f9 commit c1033adCopy full SHA for c1033ad
wsrep_api.h
@@ -873,7 +873,7 @@ struct wsrep_ {
873
*/
874
wsrep_status_t (*sst_received)(wsrep_t* wsrep,
875
const wsrep_gtid_t* state_id,
876
- const char* state,
+ const void* state,
877
size_t state_len,
878
int rcode);
879
wsrep_dummy.c
@@ -230,7 +230,7 @@ static wsrep_status_t dummy_sst_sent(
230
static wsrep_status_t dummy_sst_received(
231
wsrep_t* w,
232
const wsrep_gtid_t* state_id __attribute__((unused)),
233
- const char* state __attribute__((unused)),
+ const void* state __attribute__((unused)),
234
const size_t state_len __attribute__((unused)),
235
const int rcode __attribute__((unused)))
236
{
0 commit comments