aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn.h')
-rw-r--r--src/vpn/gnunet-daemon-vpn.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.h b/src/vpn/gnunet-daemon-vpn.h
index 7d3b0e68a..641be914d 100644
--- a/src/vpn/gnunet-daemon-vpn.h
+++ b/src/vpn/gnunet-daemon-vpn.h
@@ -129,4 +129,10 @@ struct remote_addr
129 char proto; 129 char proto;
130}; 130};
131 131
132struct tunnel_state
133{
134 struct GNUNET_MESH_TransmitHandle *th;
135 int addrlen;
136};
137
132#endif /* end of include guard: GNUNET-DAEMON-VPN_H */ 138#endif /* end of include guard: GNUNET-DAEMON-VPN_H */