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 {
834834 * @retval WSREP_CONN_FAIL must close client connection
835835 * @retval WSREP_NODE_FAIL must close all connections and reinit
836836 */
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 );
840840
841841 /*!
842842 * @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(
162162
163163static wsrep_status_t dummy_replay_trx (
164164 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 )))
167167{
168168 WSREP_DBUG_ENTER (w );
169169 return WSREP_OK ;
You can’t perform that action at this time.
0 commit comments