aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-04-21 13:44:50 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-04-21 13:44:50 +0000
commitf885b85857ae5bd341d54cb7cce0aa5992767773 (patch)
tree78d34a13de778e78c7f6e0b9da4dbe26be4140b1 /src/include
parente03fb9e56eb3d9a9f0105db2d51ea9a52222819e (diff)
downloadgnunet-f885b85857ae5bd341d54cb7cce0aa5992767773.tar.gz
gnunet-f885b85857ae5bd341d54cb7cce0aa5992767773.zip
make the service-dns ready to receive answers to queries sent over from remote peers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 4156b2c08..38d9713a5 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -753,6 +753,10 @@ extern "C"
753 * Type of messages to send a DNS-query to another peer 753 * Type of messages to send a DNS-query to another peer
754 */ 754 */
755#define GNUNET_MESSAGE_TYPE_REMOTE_QUERY_DNS 208 755#define GNUNET_MESSAGE_TYPE_REMOTE_QUERY_DNS 208
756/**
757 * Type of messages to send a DNS-answer to another peer
758 */
759#define GNUNET_MESSAGE_TYPE_REMOTE_ANSWER_DNS 209
756 760
757 761
758/** 762/**