new review to be raise 73/5173/1
authorsphoorthi <sphoorthi.dayanand@radisys.com>
Thu, 26 Nov 2020 13:03:37 +0000 (18:33 +0530)
committersphoorthi <sphoorthi.dayanand@radisys.com>
Thu, 26 Nov 2020 13:03:41 +0000 (18:33 +0530)
Change-Id: I3ee78dd7b56b72fa90030ea1409fb8d5caa849dd
Signed-off-by: sphoorthi <sphoorthi.dayanand@radisys.com>
src/du_app/du_sctp.h

index 0bc82a9..8a734fb 100644 (file)
@@ -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*/