13 lines
365 B
Text
13 lines
365 B
Text
|
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);
|