aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-15 23:46:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-15 23:46:00 +0200
commita99752d30c73cd5040c9da3c05da3bbc2dc1b67e (patch)
tree4319210d4664aa3354404e67911ebe771b1e43f3 /src/identity/identity.h
parentb3ddc93861a6a171eee7c855f83c7a1314f6eaf9 (diff)
downloadgnunet-a99752d30c73cd5040c9da3c05da3bbc2dc1b67e.tar.gz
gnunet-a99752d30c73cd5040c9da3c05da3bbc2dc1b67e.zip
fix gnunet-gns performance issue for many egos
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 96550bdf2..6ef16e39d 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -62,7 +62,8 @@ struct ResultCodeMessage
62struct LookupMessage 62struct LookupMessage
63{ 63{
64 /** 64 /**
65 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP 65 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP or
66 * #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP_BY_SUFFIX
66 */ 67 */
67 struct GNUNET_MessageHeader header; 68 struct GNUNET_MessageHeader header;
68 69