[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


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;



More information about the ds6-devel mailing list