mirror of
https://github.com/openharmony/communication_ipc_lite.git
synced 2026-06-30 22:17:55 -04:00
@@ -54,8 +54,8 @@ typedef struct {
|
||||
void* data;
|
||||
uint32_t spObjNum;
|
||||
void* offsets;
|
||||
uint32_t processID; /**< filled by kernel, processId of sender/reciever */
|
||||
uint32_t taskID; /**< filled by kernel, taskId of sender/reciever */
|
||||
uint32_t processID; /**< filled by kernel, processId of sender/receiver */
|
||||
uint32_t taskID; /**< filled by kernel, taskId of sender/receiver */
|
||||
uint32_t userID;
|
||||
uint32_t gid;
|
||||
#ifdef __LINUX__
|
||||
|
||||
@@ -52,7 +52,7 @@ enum IpcErr {
|
||||
LITEIPC_EINVAL = -10, /* Invalid argument */
|
||||
LITEIPC_EBADF, /* Bad file descriptor */
|
||||
LITEIPC_ENOMEM, /* No memory */
|
||||
LITEIPC_ENOENT, /* Service is not avaliable; For example, Transact on a timeout ipc callback */
|
||||
LITEIPC_ENOENT, /* Service is not available; For example, Transact on a timeout ipc callback */
|
||||
LITEIPC_EINTNL, /* Internal error, check strerrno in log */
|
||||
LITEIPC_OK = 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user