aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsparser_lib.h
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/include/gnunet_dnsparser_lib.h
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/include/gnunet_dnsparser_lib.h')
-rw-r--r--src/include/gnunet_dnsparser_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index fb0ab1149..c4b4546c8 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -79,7 +79,7 @@ struct GNUNET_DNSPARSER_Query
79 /** 79 /**
80 * See GNUNET_TUN_DNS_CLASS_*. 80 * See GNUNET_TUN_DNS_CLASS_*.
81 */ 81 */
82 uint16_t class; 82 uint16_t dns_traffic_class;
83 83
84}; 84};
85 85
@@ -318,7 +318,7 @@ struct GNUNET_DNSPARSER_Record
318 /** 318 /**
319 * See GNUNET_TUN_DNS_CLASS_*. 319 * See GNUNET_TUN_DNS_CLASS_*.
320 */ 320 */
321 uint16_t class; 321 uint16_t dns_traffic_class;
322 322
323}; 323};
324 324