gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24943 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24943 - gnunet/src/mesh
Date: Wed, 14 Nov 2012 10:19:06 +0100

Author: szengel
Date: 2012-11-14 10:19:06 +0100 (Wed, 14 Nov 2012)
New Revision: 24943

Modified:
   gnunet/src/mesh/gnunet-daemon-regexprofiler.c
Log:
doxygen


Modified: gnunet/src/mesh/gnunet-daemon-regexprofiler.c
===================================================================
--- gnunet/src/mesh/gnunet-daemon-regexprofiler.c       2012-11-14 09:16:48 UTC 
(rev 24942)
+++ gnunet/src/mesh/gnunet-daemon-regexprofiler.c       2012-11-14 09:19:06 UTC 
(rev 24943)
@@ -123,7 +123,7 @@
  * Load regular expressions from filename into 'rxes' array. Array needs to be 
freed.
  *
  * @param filename filename of the file containing the regexes, one per line.
- * @param rxes array with all regexes, needs to be freed.
+ * @param rx string with the union of all regular expressions.
  * @return number of regular expressions read from filename and in rxes array.
  */
 static unsigned int
@@ -173,7 +173,7 @@
   }
   data[offset] = '\0';
   *rx = data;
-  
+
   return rx_cnt;
 }
 
@@ -265,7 +265,7 @@
 
   /* Announcing regexes from policy_filename */
   GNUNET_asprintf (&rx_with_pfx, "%s(%s)", regex_prefix, regex);
-  announce_regex (rx_with_pfx);  
+  announce_regex (rx_with_pfx);
   GNUNET_free (rx_with_pfx);
   GNUNET_free (regex);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]