[or-cvs] Implement rennd_services_init
Nick Mathewson
nickm at seul.org
Fri Apr 2 23:01:02 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv32664/src/common
Modified Files:
util.h
Log Message:
Implement rennd_services_init
Index: util.h
===================================================================
RCS file: /home/or/cvsroot/src/common/util.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- util.h 31 Mar 2004 02:04:06 -0000 1.44
+++ util.h 2 Apr 2004 23:00:59 -0000 1.45
@@ -81,7 +81,7 @@
#endif
#endif
-typedef struct {
+typedef struct smartlist_t {
void **list;
int num_used;
int capacity;
More information about the tor-commits
mailing list