aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-01-06 23:13:02 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-01-06 23:13:02 +0100
commitbd38b4957eb5c5177b0af6e557cb1589efcc1b58 (patch)
tree35a9c86b2e575f8ee592ef1ef84645f7b6f96d3c
parent977a0c1e1639105f174f6c8af4d307b4405419f1 (diff)
downloadgnunet-bd38b4957eb5c5177b0af6e557cb1589efcc1b58.tar.gz
gnunet-bd38b4957eb5c5177b0af6e557cb1589efcc1b58.zip
build: update generated service ports header
-rw-r--r--src/include/gnu_name_system_service_ports.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnu_name_system_service_ports.h b/src/include/gnu_name_system_service_ports.h
index a95941882..040e598b6 100644
--- a/src/include/gnu_name_system_service_ports.h
+++ b/src/include/gnu_name_system_service_ports.h
@@ -45,7 +45,7 @@ struct GNUNET_GNS_ServicePort
45 45
46struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = { 46struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = {
47 /** 47 /**
48 * LIGHTest trust policy scheme 48 * Used by Trust Scheme Authorities to publish information about Trust Schemes (LIGHTest)
49 */ 49 */
50 { 50 {
51 .name = "scheme", 51 .name = "scheme",
@@ -53,10 +53,10 @@ struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = {
53 }, 53 },
54 54
55 /** 55 /**
56 * LIGHTest trust policy trustlist 56 * Used Trust Translation Authorities to publish information about Trust Translations (LIGHTest)
57 */ 57 */
58 { 58 {
59 .name = "trustlist", 59 .name = "translation",
60 .port = 49153 60 .port = 49153
61 }, 61 },
62 62