[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: update submodules, pot and cleanup proto
From: |
gnunet |
Subject: |
[gnunet] branch master updated: update submodules, pot and cleanup protocol defines |
Date: |
Mon, 05 Aug 2024 11:03:45 +0200 |
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 c6110e489 update submodules, pot and cleanup protocol defines
c6110e489 is described below
commit c6110e489c60ee0047a134a26f1d6b738d404876
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Aug 5 11:03:31 2024 +0200
update submodules, pot and cleanup protocol defines
---
contrib/gana | 2 +-
po/POTFILES.in | 3 +++
src/include/gnunet_protocols.h | 8 +-------
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index f2c57293b..3ae4bcc5c 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit f2c57293b707a2d6c6ef57088851e271ec7fcac9
+Subproject commit 3ae4bcc5c40d63d91c5248311b93419e4faabf8f
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cb9f74115..60cf06f91 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -195,6 +195,7 @@ src/lib/util/dnsparser.c
src/lib/util/dnsstub.c
src/lib/util/getopt.c
src/lib/util/getopt_helpers.c
+src/lib/util/gnunet-elligator-tvg.c
src/lib/util/gnunet_error_codes.c
src/lib/util/helper.c
src/lib/util/load.c
@@ -290,6 +291,8 @@ src/service/datacache/datacache.c
src/service/datastore/datastore_api.c
src/service/datastore/gnunet-service-datastore.c
src/service/dht/dht_api.c
+src/service/dht/dht_helper.c
+src/service/dht/gnunet-dht-tvg.c
src/service/dht/gnunet-service-dht.c
src/service/dht/gnunet-service-dht_clients.c
src/service/dht/gnunet-service-dht_datacache.c
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9fce48386..35473a716 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2121,14 +2121,8 @@ extern "C" {
#define GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE 626
/**
- * Client requests to know default identity for a subsystem.
+ * 627 and 628 unused
*/
-#define GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT 627
-
-/**
- * Client sets default identity; or service informs about default identity.
- */
-#define GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT 628
/**
* Create new identity (client->service).
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: update submodules, pot and cleanup protocol defines,
gnunet <=