ports/net/ns/patches/patch-tcp_tcp_h

13 lines
365 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: tcp/tcp.h
--- tcp/tcp.h.orig
+++ tcp/tcp.h
@@ -506,7 +506,7 @@ class TcpAgent : public Agent { (protected)
/* support for event-tracing */
//EventTrace *et_;
- void trace_event(char *eventtype);
+ void trace_event(const char *eventtype);
/* these function are now obsolete, see other above */
void closecwnd(int how);