gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: initialize direction in run


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: initialize direction in rung DLL
Date: Tue, 31 Jan 2017 15:54:00 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a8ad3c6b8 initialize direction in rung DLL
a8ad3c6b8 is described below

commit a8ad3c6b872407157dd28517649113f3ed7db62f
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jan 31 15:54:11 2017 +0100

    initialize direction in rung DLL
---
 src/cadet/gnunet-service-cadet-new_core.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/cadet/gnunet-service-cadet-new_core.c 
b/src/cadet/gnunet-service-cadet-new_core.c
index 41b569cba..9b2f1a6fb 100644
--- a/src/cadet/gnunet-service-cadet-new_core.c
+++ b/src/cadet/gnunet-service-cadet-new_core.c
@@ -706,6 +706,10 @@ dir_init (struct RouteDirection *dir,
   dir->mqm = GCP_request_mq (hop,
                              &dir_ready_cb,
                              dir);
+  GNUNET_CONTAINER_DLL_insert (rung_head->rd_head,
+                               rung_head->rd_tail,
+                               dir);
+  dir->rung = rung_head;
   GNUNET_assert (GNUNET_YES == dir->is_ready);
 }
 

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



reply via email to

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