[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10599: Non-static inline functions cant talk about static variables (in tor/trunk: . src/or)
Author: nickm
Date: 2007-06-13 18:44:30 -0400 (Wed, 13 Jun 2007)
New Revision: 10599
Modified:
tor/trunk/
tor/trunk/src/or/routerlist.c
Log:
r13413@catbus: nickm | 2007-06-13 18:44:28 -0400
Non-static inline functions cant talk about static variables.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r13413] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2007-06-13 22:39:10 UTC (rev 10598)
+++ tor/trunk/src/or/routerlist.c 2007-06-13 22:44:30 UTC (rev 10599)
@@ -113,7 +113,7 @@
/** Return the number of directory authorities whose type matches some bit set
* in <b>type</b> */
-INLINE int
+int
get_n_authorities(authority_type_t type)
{
int n = 0;