Date
1 - 2 of 2
Obsolete RPC definitions
Colin Ngam
Greetings,
Are the following obsolete: CRT_RPC_DECLARE(obj_update, DAOS_ISEQ_OBJ_RW, DAOS_OSEQ_OBJ_RW) CRT_RPC_DECLARE(obj_fetch, DAOS_ISEQ_OBJ_RW, DAOS_OSEQ_OBJ_RW)
Replaced by: CRT_RPC_DECLARE(obj_rw, DAOS_ISEQ_OBJ_RW, DAOS_OSEQ_OBJ_RW)
We are unable to find users of obj_update_in/out or obj_fetch_in/out for example.
Thanks.
Colin
|
|
Wang, Di
Hello, Colin
Yes, obj_update/fetch are obsolete, and obj_rw should be used for update & fetch.
I will push a patch to fix it. Thanks for telling us.
Thanks
WangDi
From: <daos@daos.groups.io> on behalf of Colin Ngam <colin.ngam@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io> Date: Thursday, April 23, 2020 at 7:06 AM To: "daos@daos.groups.io" <daos@daos.groups.io> Subject: [daos] Obsolete RPC definitions Greetings,
Are the following obsolete: CRT_RPC_DECLARE(obj_update, DAOS_ISEQ_OBJ_RW, DAOS_OSEQ_OBJ_RW) CRT_RPC_DECLARE(obj_fetch, DAOS_ISEQ_OBJ_RW, DAOS_OSEQ_OBJ_RW)
Replaced by: CRT_RPC_DECLARE(obj_rw, DAOS_ISEQ_OBJ_RW, DAOS_OSEQ_OBJ_RW)
We are unable to find users of obj_update_in/out or obj_fetch_in/out for example.
Thanks.
Colin
|
|