From 6a86f1fc448e219364d547d167d0a655eff2b531 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 7 Jan 2014 00:14:11 +0000 Subject: - profiler actually added to svn - test for signature segfault with secretsharing - rudimentary implementation of cooperative decryption - consensus uses absolute time instead of relative - working DKG without zero knowledge proofs --- src/consensus/gnunet-consensus-profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consensus/gnunet-consensus-profiler.c') diff --git a/src/consensus/gnunet-consensus-profiler.c b/src/consensus/gnunet-consensus-profiler.c index 6b01f9d8e..272a675db 100644 --- a/src/consensus/gnunet-consensus-profiler.c +++ b/src/consensus/gnunet-consensus-profiler.c @@ -172,7 +172,7 @@ do_consensus () for (i = 0; i < num_peers; i++) GNUNET_CONSENSUS_conclude (consensus_handles[i], - conclude_timeout, + GNUNET_TIME_relative_to_absolute (conclude_timeout), conclude_cb, &consensus_handles[i]); } -- cgit v1.2.3