File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -834,9 +834,9 @@ struct wsrep_st {
834
834
* @retval WSREP_CONN_FAIL must close client connection
835
835
* @retval WSREP_NODE_FAIL must close all connections and reinit
836
836
*/
837
- wsrep_status_t (* replay_trx )(wsrep_t * wsrep ,
838
- wsrep_ws_handle_t * ws_handle ,
839
- void * trx_ctx );
837
+ wsrep_status_t (* replay_trx )(wsrep_t * wsrep ,
838
+ const wsrep_ws_handle_t * ws_handle ,
839
+ void * trx_ctx );
840
840
841
841
/*!
842
842
* @brief Abort certify() call of another thread.
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ static wsrep_status_t dummy_release(
162
162
163
163
static wsrep_status_t dummy_replay_trx (
164
164
wsrep_t * w ,
165
- wsrep_ws_handle_t * ws_handle __attribute__((unused )),
166
- void * trx_ctx __attribute__((unused )))
165
+ const wsrep_ws_handle_t * ws_handle __attribute__((unused )),
166
+ void * trx_ctx __attribute__((unused )))
167
167
{
168
168
WSREP_DBUG_ENTER (w );
169
169
return WSREP_OK ;
You can’t perform that action at this time.
0 commit comments