ports/net/ns/patches/patch-sctp_sctp-cmt_h

12 lines
397 B
Text

Index: sctp/sctp-cmt.h
--- sctp/sctp-cmt.h.orig
+++ sctp/sctp-cmt.h
@@ -115,7 +115,7 @@ class SctpCMTAgent : public virtual SctpAgent (protec
*/
SctpDest_S* SelectRtxDest(SctpSendBufferNode_S*, SctpRtxLimit_E);
void SetSharedCCParams(SctpDest_S*);
- char* PrintDestStatus(SctpDest_S*);
+ const char* PrintDestStatus(SctpDest_S*);
/* new CMT-PF function
*/