Rename osd_op_t.op to req

This commit is contained in:
Vitaliy Filippov
2020-02-23 23:21:17 +03:00
parent 72a89be912
commit 4a52a15564
8 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ struct osd_op_t
{
int op_type;
int peer_fd;
osd_any_op_t op;
osd_any_op_t req;
osd_any_reply_t reply;
blockstore_op_t bs_op;
void *buf = NULL;