projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7653605
)
fix rps profiler: mark cancelled task as done
author
Julius Bünger
<buenger@mytum.de>
Tue, 3 Jul 2018 15:27:10 +0000
(17:27 +0200)
committer
Julius Bünger
<buenger@mytum.de>
Tue, 3 Jul 2018 19:08:38 +0000
(21:08 +0200)
src/rps/gnunet-rps-profiler.c
patch
|
blob
|
history
diff --git
a/src/rps/gnunet-rps-profiler.c
b/src/rps/gnunet-rps-profiler.c
index 16f23e86cb36aa0d8d4c10d596741eb12b414f8a..54dc7d65ee820ba18f86c315239b47912a4a47db 100644
(file)
--- a/
src/rps/gnunet-rps-profiler.c
+++ b/
src/rps/gnunet-rps-profiler.c
@@
-888,6
+888,7
@@
shutdown_op (void *cls)
if (NULL != post_test_task)
{
GNUNET_SCHEDULER_cancel (post_test_task);
+ post_test_task = NULL;
}
if (NULL != churn_task)
{