gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (dcf86b6d0 -> 3c97ddd5e)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (dcf86b6d0 -> 3c97ddd5e)
Date: Tue, 04 Jul 2017 00:33:22 +0200

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

xrs pushed a change to branch master
in repository gnunet.

    from dcf86b6d0 do not invoke callback after set operation destruction, 
should fix #5082
     new cfb311ede deaktivate hostlist server and use topology option
     new c29843536 Merge branch 'master' of ssh://gnunet.org/gnunet
     new 3f92bb9f5 deactivate hostlist server option
     new 3c97ddd5e multicast: remove unnecessary header file in Makefile.am

The 4 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/Makefile.am         | 3 +--
 src/multicast/test_multicast.conf | 5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index a4054f5f6..a680a9d5a 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -19,8 +19,7 @@ endif
 lib_LTLIBRARIES = libgnunetmulticast.la
 
 libgnunetmulticast_la_SOURCES = \
-  multicast_api.c \
-  multicast.h
+  multicast_api.c
 libgnunetmulticast_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL) $(XLIB)
diff --git a/src/multicast/test_multicast.conf 
b/src/multicast/test_multicast.conf
index 3dc96adbb..c2b50c670 100644
--- a/src/multicast/test_multicast.conf
+++ b/src/multicast/test_multicast.conf
@@ -1,13 +1,10 @@
 [testbed]
 HOSTNAME = localhost
-#OVERLAY_TOPOLOGY = LINE
+OVERLAY_TOPOLOGY = STAR
 
 [arm]
 GLOBAL_POSTFIX=-L ERROR
 
-[hostlist]
-SERVERS = http://localhost:8080/
-
 [multicast]
 #PREFIX = tmux split-window -v gdb -x ./cmd.gdb  --args
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock

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



reply via email to

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