aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-18 20:47:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-18 20:47:51 +0000
commit83fc4b5ec139300250383fc3c6577b9333a309c6 (patch)
tree2f5ea9b335e77f36a007c72170f5ff7aa546f83d /src/include/gnunet_tun_lib.h
parent7558e4b478bd48158bff9d211837ad81314543a0 (diff)
downloadgnunet-83fc4b5ec139300250383fc3c6577b9333a309c6.tar.gz
gnunet-83fc4b5ec139300250383fc3c6577b9333a309c6.zip
-implementing handling of VPN records in new GNS
Diffstat (limited to 'src/include/gnunet_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 683910d93..e0725a75c 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -578,7 +578,7 @@ struct GNUNET_TUN_GnsVpnRecord
578 /** 578 /**
579 * The peer to contact 579 * The peer to contact
580 */ 580 */
581 struct GNUNET_HashCode peer; 581 struct GNUNET_PeerIdentity peer;
582 582
583 /** 583 /**
584 * The protocol to use 584 * The protocol to use