From: sphoorthi Date: Thu, 26 Nov 2020 13:03:37 +0000 (+0530) Subject: new review to be raise X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F5173%2F1;p=o-du%2Fl2.git new review to be raise Change-Id: I3ee78dd7b56b72fa90030ea1409fb8d5caa849dd Signed-off-by: sphoorthi --- 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*/