gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: RPS profiler: Assert statis


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RPS profiler: Assert statistics handle non-NULL
Date: Mon, 25 Feb 2019 13:56:20 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e5897fbfb RPS profiler: Assert statistics handle non-NULL
e5897fbfb is described below

commit e5897fbfbe7e2afb61b6cfe8ae29a480dd00fdfa
Author: Julius Bünger <address@hidden>
AuthorDate: Mon Feb 25 13:55:18 2019 +0100

    RPS profiler: Assert statistics handle non-NULL
---
 src/rps/gnunet-rps-profiler.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c
index 98fc8dccb..8e6fa389a 100644
--- a/src/rps/gnunet-rps-profiler.c
+++ b/src/rps/gnunet-rps-profiler.c
@@ -2685,6 +2685,7 @@ post_profiler (struct RPSPeer *rps_peer)
                                post_test_shutdown_ready_cb,
                                stat_iterator,
                                (struct STATcls *) stat_cls);
+      GNUNET_assert (NULL != rps_peer->h_stat_get);
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Requested statistics for %s (peer %" PRIu32 ")\n",
                   stat_type_strings [stat_type],

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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