Add L0 write/read remote object

Signed-off-by: liubb_0516 <liubeibei8@huawei.com>
This commit is contained in:
liubb_0516 2022-01-17 19:30:42 +08:00
parent c020949aed
commit dd7d348778

View File

@ -19,7 +19,7 @@
int32_t RpcGetPid(void)
{
return (int32_t)pthread_self();
return (int32_t)pthread_self(); // Use tid instead of pid on mini system
}
int32_t RpcGetUid(void)