mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-21 12:22:06 +03:00
Update wsrep-API v26 to include enc signature fixes
This commit is contained in:
@ -420,15 +420,15 @@ namespace
|
|||||||
return WSREP_CB_FAILURE;
|
return WSREP_CB_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wsrep_cb_status_t encrypt_cb(void* /* app ctx */,
|
int encrypt_cb(void* /* app ctx */,
|
||||||
wsrep_enc_ctx_t* /*ctx*/,
|
wsrep_enc_ctx_t* /*ctx*/,
|
||||||
const wsrep_buf_t* /*input*/,
|
const wsrep_buf_t* /*input*/,
|
||||||
void* /*output*/,
|
void* /*output*/,
|
||||||
wsrep_enc_direction_t /*direction*/,
|
wsrep_enc_direction_t /*direction*/,
|
||||||
bool /*final*/)
|
bool /*final*/)
|
||||||
{
|
{
|
||||||
return WSREP_CB_SUCCESS;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
wsrep_cb_status_t apply_cb(void* ctx,
|
wsrep_cb_status_t apply_cb(void* ctx,
|
||||||
|
Submodule wsrep-API/v26 updated: f0239371ca...75a5f452f2
Reference in New Issue
Block a user