[or-cvs] always a bit more

Roger Dingledine arma at seul.org
Mon May 10 10:31:50 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	or.h 
Log Message:
always a bit more


Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- or.h	10 May 2004 10:27:54 -0000	1.338
+++ or.h	10 May 2004 10:31:48 -0000	1.339
@@ -628,11 +628,11 @@
 
 /** Information used to build a circuit. */
 typedef struct {
-  /** intended length of the final circuit. */
+  /** Intended length of the final circuit. */
   int desired_path_len;
-  /** nickname of planned exit node. */
+  /** Nickname of planned exit node. */
   char *chosen_exit;
-  /** crypt_path_t to append after rendezvous: used for rendezvous. */
+  /** The crypt_path_t to append after rendezvous: used for rendezvous. */
   struct crypt_path_t *pending_final_cpath;
   /** How many times has building a circuit for this task failed? */
   int failure_count;



More information about the tor-commits mailing list