From ae4f506a574161c3baaf071d491f8c4987bc0623 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 28 Sep 2013 09:58:07 +0000 Subject: 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 --- src/include/gnunet_tun_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_tun_lib.h') diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h index 8383da0c3..ff24cb542 100644 --- a/src/include/gnunet_tun_lib.h +++ b/src/include/gnunet_tun_lib.h @@ -601,7 +601,7 @@ struct GNUNET_TUN_DnsQueryLine /** * Desired class (usually GNUNET_TUN_DNS_CLASS_INTERNET). (NBO) */ - uint16_t class GNUNET_PACKED; + uint16_t dns_traffic_class GNUNET_PACKED; }; @@ -618,7 +618,7 @@ struct GNUNET_TUN_DnsRecordLine /** * Record class (usually GNUNET_TUN_DNS_CLASS_INTERNET). (NBO) */ - uint16_t class GNUNET_PACKED; + uint16_t dns_traffic_class GNUNET_PACKED; /** * Expiration for the record (in seconds). (NBO) -- cgit v1.2.3