X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sctp.h;h=8a734fb63797780612866bf85a05ce71474f8508;hb=349ce6153f82d03f3ec90e2450788ea15abe05ed;hp=0bc82a9b6cb495d30761b3f1b46ad8501c87ac06;hpb=aee73991f728cc127d1ed76d5a52571d916235a4;p=o-du%2Fl2.git 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*/