From d961d010d4a011b0a9deb3234cc00870e78d8fea Mon Sep 17 00:00:00 2001 From: sphoorthi Date: Thu, 26 Nov 2020 18:33:37 +0530 Subject: [PATCH] new review to be raise Change-Id: I3ee78dd7b56b72fa90030ea1409fb8d5caa849dd Signed-off-by: sphoorthi --- src/du_app/du_sctp.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/du_app/du_sctp.h b/src/du_app/du_sctp.h index 0bc82a9b6..8a734fb63 100644 --- a/src/du_app/du_sctp.h +++ b/src/du_app/du_sctp.h @@ -36,11 +36,11 @@ CmInetNetAddrLst remoteAddrLst; typedef struct { - uint8_t numFd; /* Total count number of receivers socket Fd */ - uint16_t port; /* Filled by the InetSctpRecvMsg during polling */ - uint32_t flag; /* Refers to the notifyHandler Flag during successful InetSctpRecvMsg*/ - Buffer *mBuf; /* Buffer filled during Socket polling*/ - MsgLen bufLen; /* Determines the length of the Buffer filled during socket polling */ + uint8_t numFd; /* Total count number of receivers socket Fd */ + uint16_t port; /* Filled by the InetSctpRecvMsg during polling */ + uint32_t flag; /* Refers to the notifyHandler Flag during successful InetSctpRecvMsg*/ + Buffer *mBuf; /* Buffer filled during Socket polling*/ + MsgLen bufLen; /* Determines the length of the Buffer filled during socket polling */ CmInetNetAddr addr; /* Determines the destination port filled during socket polling */ CmInetFdSet readFd; /* Refers to the Read Fd socket */ CmInetSctpSndRcvInfo info; /* Refers to Send Receivers Info*/ -- 2.16.6