aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-dns-monitor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-28 09:58:07 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-28 09:58:07 +0000
commitae4f506a574161c3baaf071d491f8c4987bc0623 (patch)
tree6cf85f6933fdfdb562bcc85e7d4926cab0dc2d50 /src/dns/gnunet-dns-monitor.c
parentbc0b7fac93289d5b310a23837c55acd5ee11027b (diff)
downloadgnunet-ae4f506a574161c3baaf071d491f8c4987bc0623.tar.gz
gnunet-ae4f506a574161c3baaf071d491f8c4987bc0623.zip
Andrew Cann wrote:
This patch changes the name of a couple of variables that had c++-incompatible names and adds a header file to gnunet_network_lib.h https://canndrew.org/misc/change_cpp_incompatible_variable_names.diff
Diffstat (limited to 'src/dns/gnunet-dns-monitor.c')
-rw-r--r--src/dns/gnunet-dns-monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dns/gnunet-dns-monitor.c b/src/dns/gnunet-dns-monitor.c
index ed09d49b1..4c92009eb 100644
--- a/src/dns/gnunet-dns-monitor.c
+++ b/src/dns/gnunet-dns-monitor.c
@@ -113,7 +113,7 @@ display_query (const struct GNUNET_DNSPARSER_Query *query)
113{ 113{
114 fprintf (stdout, 114 fprintf (stdout,
115 "\t\t%s %s: %s\n", 115 "\t\t%s %s: %s\n",
116 get_class (query->class), 116 get_class (query->dns_traffic_class),
117 get_type (query->type), 117 get_type (query->type),
118 query->name); 118 query->name);
119} 119}
@@ -210,7 +210,7 @@ display_record (const struct GNUNET_DNSPARSER_Record *record)
210 } 210 }
211 fprintf (stdout, 211 fprintf (stdout,
212 "\t\t%s %s: %s = %s (%u s)\n", 212 "\t\t%s %s: %s = %s (%u s)\n",
213 get_class (record->class), 213 get_class (record->dns_traffic_class),
214 get_type (record->type), 214 get_type (record->type),
215 record->name, 215 record->name,
216 format, 216 format,