aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-09-25 18:29:08 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-09-25 18:29:08 +0000
commitca1cea453795dd8aa1b68dfb8f311bda85102a8c (patch)
treee239916b784d980a599fef3b14c40202bc1460c9 /src/gns/gns.h
parent0f498b21da0314edd8d35b419ea10ca25128bc83 (diff)
downloadgnunet-ca1cea453795dd8aa1b68dfb8f311bda85102a8c.tar.gz
gnunet-ca1cea453795dd8aa1b68dfb8f311bda85102a8c.zip
- move to new MQ API
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index 73aee7d19..476cb0fd2 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -48,7 +48,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
48/** 48/**
49 * Message from client to GNS service to lookup records. 49 * Message from client to GNS service to lookup records.
50 */ 50 */
51struct GNUNET_GNS_ClientLookupMessage 51struct LookupMessage
52{ 52{
53 /** 53 /**
54 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP 54 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP
@@ -93,7 +93,7 @@ struct GNUNET_GNS_ClientLookupMessage
93/** 93/**
94 * Message from GNS service to client: new results. 94 * Message from GNS service to client: new results.
95 */ 95 */
96struct GNUNET_GNS_ClientLookupResultMessage 96struct LookupResultMessage
97{ 97{
98 /** 98 /**
99 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 99 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT