1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-20 01:03:16 +03:00

Fixed the definition of the encryption callback

This commit is contained in:
Alexey Yurchenko
2018-11-22 17:23:30 +02:00
committed by Daniele Sciascia
parent cfcf34e70f
commit 8ffad51822

View File

@ -419,7 +419,8 @@ namespace
} }
} }
int encrypt_cb(wsrep_enc_ctx_t* /*ctx*/, wsrep_cb_status_t encrypt_cb(void* /* app 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*/,