aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 22:24:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 22:24:50 +0000
commitd30c25b427875a16cc46cfd091f595f119e570bc (patch)
tree7e421bfae7f6efc16834816d30c81356d3c5b041 /src/stream
parent8e6c69b6322f9d3f3f2a32040431a3b056302132 (diff)
downloadgnunet-d30c25b427875a16cc46cfd091f595f119e570bc.tar.gz
gnunet-d30c25b427875a16cc46cfd091f595f119e570bc.zip
-LRN: Change logskipping to use functions only:
Remember these weird "skip_log" functions in my gdb backtraces? I hope that this patch will get rid of them. Shouldn't affect existing uses of the API.
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/test_stream_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/test_stream_api.c b/src/stream/test_stream_api.c
index 20581f9b6..e78973dcf 100644
--- a/src/stream/test_stream_api.c
+++ b/src/stream/test_stream_api.c
@@ -78,6 +78,7 @@ static GNUNET_SCHEDULER_TaskIdentifier read_task;
78static char *data = "ABCD"; 78static char *data = "ABCD";
79static int result; 79static int result;
80 80
81
81/** 82/**
82 * Shutdown nicely 83 * Shutdown nicely
83 */ 84 */