gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -intermediate progress commit


From: gnunet
Subject: [gnunet] branch master updated: -intermediate progress commit
Date: Wed, 01 Jan 2025 13:20:46 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a5aaaabda -intermediate progress commit
a5aaaabda is described below

commit a5aaaabda5a73d3eb138703d360c440769d4c166
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jan 1 13:20:41 2025 +0100

    -intermediate progress commit
---
 src/include/gnunet_testing_core_lib.h                                 | 2 +-
 src/service/transport/Makefile.am                                     | 4 ++--
 ..._testing_cmd_simple_send.c => testing_cmd_transport_send_simple.c} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_testing_core_lib.h 
b/src/include/gnunet_testing_core_lib.h
index cf96b395d..33fc223a5 100644
--- a/src/include/gnunet_testing_core_lib.h
+++ b/src/include/gnunet_testing_core_lib.h
@@ -65,7 +65,7 @@ struct GNUNET_TESTING_ConnectPeersState
   /**
    * The testing system of this node.
    */
-  const struct GNUNET_TESTING_System *tl_system;
+  const struct GNUNET_TESTBED_System *tl_system;
 
   // Label of the cmd which started the test system.
   const char *create_label;
diff --git a/src/service/transport/Makefile.am 
b/src/service/transport/Makefile.am
index f2e173cf6..9ee02df69 100644
--- a/src/service/transport/Makefile.am
+++ b/src/service/transport/Makefile.am
@@ -43,8 +43,8 @@ libgnunettestingtransport_la_SOURCES = \
   testing_transport_traits.c transport-testing-cmds.h \
   transport-testing-communicator.c transport-testing-communicator.h \
   transport-testing2.h \
-  transport_testing_cmd_simple_send.c
-#  transport_api_cmd_connecting_peers.c \
+  transport_testing_cmd_simple_send.c \
+  testing_cmd_transport_connect_peers.c
 #  transport_api_cmd_backchannel_check.c \
 #  transport_api_cmd_send_simple_performance.c \
 #  transport-testing-cmds.h \
diff --git a/src/service/transport/transport_testing_cmd_simple_send.c 
b/src/service/transport/testing_cmd_transport_send_simple.c
similarity index 100%
rename from src/service/transport/transport_testing_cmd_simple_send.c
rename to src/service/transport/testing_cmd_transport_send_simple.c

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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