gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-secushare] branch master updated (245de27 -> 5fc42c


From: gnunet
Subject: [GNUnet-SVN] [gnunet-secushare] branch master updated (245de27 -> 5fc42cc)
Date: Sun, 28 Jul 2019 15:33:20 +0200

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

daniel-golle pushed a change to branch master
in repository gnunet-secushare.

    from 245de27  add missing files
     new 81939cb  psycstore: fix gnunet_my_lib and gnunet_mysql includes
     new 5fc42cc  adapt to new cadet API

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/multicast/gnunet-service-multicast.c | 1 -
 src/psycstore/plugin_psycstore_mysql.c   | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/multicast/gnunet-service-multicast.c 
b/src/multicast/gnunet-service-multicast.c
index 98e4665..a787307 100644
--- a/src/multicast/gnunet-service-multicast.c
+++ b/src/multicast/gnunet-service-multicast.c
@@ -1330,7 +1330,6 @@ cadet_channel_create (struct Group *grp, struct 
GNUNET_PeerIdentity *peer)
 
   chn->channel = GNUNET_CADET_channel_create (cadet, chn, &chn->peer,
                                               &grp->cadet_port_hash,
-                                              GNUNET_CADET_OPTION_RELIABLE,
                                               cadet_notify_window_change,
                                               cadet_notify_disconnect,
                                               cadet_handlers);
diff --git a/src/psycstore/plugin_psycstore_mysql.c 
b/src/psycstore/plugin_psycstore_mysql.c
index 598a367..c47f861 100644
--- a/src/psycstore/plugin_psycstore_mysql.c
+++ b/src/psycstore/plugin_psycstore_mysql.c
@@ -33,8 +33,8 @@
 #include <gnunet/gnunet_crypto_lib.h>
 #include "gnunet_psyc_util_lib.h"
 #include "psycstore.h"
-#include "gnunet_my_lib.h"
-#include "gnunet_mysql_lib.h"
+#include <gnunet/gnunet_my_lib.h>
+#include <gnunet/gnunet_mysql_lib.h>
 #include <mysql/mysql.h>
 
 /**

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



reply via email to

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