[ds6-devel] nc6/src io_stream.h,1.10,1.11
chris at deepspace6.net
chris at deepspace6.net
Sat Jan 4 16:30:45 CET 2003
- Previous message: [ds6-devel] nc6/config ai_constants.m4,1.2,1.3 proto_inet6.m4,1.3,1.4
- Next message: [ds6-devel] nc6/src connection.c,1.17,1.18 connection.h,1.10,1.11
filter.c,1.15,1.16 main.c,1.15,1.16 network.c,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/nc6/src
Modified Files:
io_stream.h
Log Message:
Since we're copying we can't define this as const (or free complains).
Index: io_stream.h
===================================================================
RCS file: /cvs/nc6/src/io_stream.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- io_stream.h 3 Jan 2003 17:07:02 -0000 1.10
+++ io_stream.h 4 Jan 2003 15:30:43 -0000 1.11
@@ -46,7 +46,7 @@
* -1 means hold indefinately */
struct timeval read_closed; /* the time that the read was closed */
- const char* name; /* the name of this io stream (for logging) */
+ char* name; /* the name of this io stream (for logging) */
size_t rcvd; /* bytes received */
size_t sent; /* bytes sent */
} io_stream;
- Previous message: [ds6-devel] nc6/config ai_constants.m4,1.2,1.3 proto_inet6.m4,1.3,1.4
- Next message: [ds6-devel] nc6/src connection.c,1.17,1.18 connection.h,1.10,1.11
filter.c,1.15,1.16 main.c,1.15,1.16 network.c,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ds6-devel
mailing list