X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_sctp.h;h=cff8ea6533920decf1f7283233194915900b00e4;hb=6c530e3037c009f3c4ec76a14128e89c7a9db0a3;hp=37d5b9e26b11f7f6b4fe32b23d3eb1063fa93de8;hpb=ef711b0830aedde36f4a1beceed146d08e77ce58;p=o-du%2Fl2.git diff --git a/src/du_app/du_sctp.h b/src/du_app/du_sctp.h index 37d5b9e26..cff8ea653 100644 --- a/src/du_app/du_sctp.h +++ b/src/du_app/du_sctp.h @@ -44,7 +44,7 @@ CmInetNetAddrLst remoteAddrLst; typedef struct { - S16 numFds; /* Total count number of receivers socket Fd */ + S16 numFd; /* Total count number of receivers socket Fd */ U16 port; /* Filled by the InetSctpRecvMsg during polling */ U32 flag; /* Refers to the notifyHandler Flag during successful InetSctpRecvMsg*/ Buffer *mBuf; /* Buffer filled during Socket polling*/