mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fixed the definition of the encryption callback
This commit is contained in:
committed by
Daniele Sciascia
parent
cfcf34e70f
commit
8ffad51822
@ -419,11 +419,12 @@ namespace
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int encrypt_cb(wsrep_enc_ctx_t* /*ctx*/,
|
wsrep_cb_status_t encrypt_cb(void* /* app ctx */,
|
||||||
const wsrep_buf_t* /*input*/,
|
wsrep_enc_ctx_t* /*ctx*/,
|
||||||
void* /*output*/,
|
const wsrep_buf_t* /*input*/,
|
||||||
wsrep_enc_direction_t /*direction*/,
|
void* /*output*/,
|
||||||
bool /*final*/)
|
wsrep_enc_direction_t /*direction*/,
|
||||||
|
bool /*final*/)
|
||||||
{
|
{
|
||||||
return WSREP_CB_SUCCESS;
|
return WSREP_CB_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user