added AQH_MsgEndpoint_SetFd().
This commit is contained in:
@@ -93,6 +93,12 @@ int AQH_MsgEndpoint_GetFd(const AQH_MSG_ENDPOINT *ep)
|
||||
|
||||
|
||||
|
||||
void AQH_MsgEndpoint_SetFd(AQH_MSG_ENDPOINT *ep, int fd)
|
||||
{
|
||||
ep->fd=fd;
|
||||
}
|
||||
|
||||
|
||||
uint32_t AQH_MsgEndpoint_GetGroupId(const AQH_MSG_ENDPOINT *ep)
|
||||
{
|
||||
return ep->groupId;
|
||||
|
||||
Reference in New Issue
Block a user