[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix function headers from the descriptor-frequency commit
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
fix function headers from the descriptor-frequency commit
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -d -r1.393 -r1.394
--- config.c 22 Aug 2005 00:18:45 -0000 1.393
+++ config.c 22 Aug 2005 06:45:18 -0000 1.394
@@ -2011,8 +2011,8 @@
return 1;
}
-/** Return 1 if any option in <b>lines</b> will require us to rotate
- * the cpu and dns workers; else return 0. */
+/** Return 1 if any change from <b>old_options</b> to <b>new_options</b>
+ * will require us to rotate the cpu and dns workers; else return 0. */
static int
options_transition_affects_workers(or_options_t *old_options,
or_options_t *new_options)
@@ -2030,8 +2030,8 @@
return 0;
}
-/** Return 1 if any option in <b>lines</b> will require us to generate a new
- * descriptors; else return 0. */
+/** Return 1 if any change from <b>old_options</b> to <b>new_options</b>
+ * will require us to generate a new descriptor; else return 0. */
static int
options_transition_affects_descriptor(or_options_t *old_options,
or_options_t *new_options)