Make it also build with GCC 8 and on Debian Buster

This commit is contained in:
Vitaliy Filippov
2020-11-09 00:07:07 +03:00
parent 1446aad107
commit 530975aed7
9 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -170,7 +170,7 @@ public:
osd_op_t *op = new osd_op_t();
op->op_type = OSD_OP_OUT;
op->peer_fd = cli->msgr.osd_peer_fds[cur_list->osd_num];
op->req = {
op->req = (osd_any_op_t){
.sec_list = {
.header = {
.magic = SECONDARY_OSD_OP_MAGIC,
@@ -233,7 +233,7 @@ public:
osd_op_t *op = new osd_op_t();
op->op_type = OSD_OP_OUT;
op->peer_fd = cli->msgr.osd_peer_fds[cur_list->osd_num];
op->req = {
op->req = (osd_any_op_t){
.rw = {
.header = {
.magic = SECONDARY_OSD_OP_MAGIC,