aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_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_tun_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_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h4
1 files changed, 2 insertions, 2 deletions
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
601 /** 601 /**
602 * Desired class (usually GNUNET_TUN_DNS_CLASS_INTERNET). (NBO) 602 * Desired class (usually GNUNET_TUN_DNS_CLASS_INTERNET). (NBO)
603 */ 603 */
604 uint16_t class GNUNET_PACKED; 604 uint16_t dns_traffic_class GNUNET_PACKED;
605}; 605};
606 606
607 607
@@ -618,7 +618,7 @@ struct GNUNET_TUN_DnsRecordLine
618 /** 618 /**
619 * Record class (usually GNUNET_TUN_DNS_CLASS_INTERNET). (NBO) 619 * Record class (usually GNUNET_TUN_DNS_CLASS_INTERNET). (NBO)
620 */ 620 */
621 uint16_t class GNUNET_PACKED; 621 uint16_t dns_traffic_class GNUNET_PACKED;
622 622
623 /** 623 /**
624 * Expiration for the record (in seconds). (NBO) 624 * Expiration for the record (in seconds). (NBO)