aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-08-29 17:46:36 +0000
committerNils Durner <durner@gnunet.org>2009-08-29 17:46:36 +0000
commit77b14843ec9990facf63586919c865d59c3a5996 (patch)
tree973abf1ae78c42a183da7780d0e1548f195d8610 /src/include/gnunet_common.h
parentd4f9a375af60b2c7a54e6e835c51da100aa8baa5 (diff)
downloadgnunet-77b14843ec9990facf63586919c865d59c3a5996.tar.gz
gnunet-77b14843ec9990facf63586919c865d59c3a5996.zip
don't fail in testcases
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index aacf6328a..614fd3824 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -171,10 +171,11 @@ GNUNET_log_from (enum GNUNET_ErrorType kind,
171/** 171/**
172 * Ignore the next n calls to the log function. 172 * Ignore the next n calls to the log function.
173 * 173 *
174 * @param n number of log calls to ignore, use 0 to 174 * @param n number of log calls to ignore
175 * assert that the log skip counter is currently zero. 175 * @param check_reset GNUNET_YES to assert that the log skip counter is currently zero
176 */ 176 */
177void GNUNET_log_skip (unsigned int n); 177void
178GNUNET_log_skip (unsigned int n, int check_reset);
178 179
179 180
180/** 181/**