Fix creepy (osd_op_t*)(long) casts

This commit is contained in:
Vitaliy Filippov
2020-05-23 15:43:37 +03:00
parent f036eecf1c
commit 393fe75900
4 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ struct osd_primary_op_data_t;
struct osd_op_t
{
timespec tv_begin;
int op_type = OSD_OP_IN;
uint64_t op_type = OSD_OP_IN;
int peer_fd;
osd_any_op_t req;
osd_any_reply_t reply;