summaryrefslogtreecommitdiff
path: root/src/vpn/vpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/vpn.h')
-rw-r--r--src/vpn/vpn.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/vpn/vpn.h b/src/vpn/vpn.h
index 38c5e88d3..77cfd34e6 100644
--- a/src/vpn/vpn.h
+++ b/src/vpn/vpn.h
@@ -35,7 +35,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
35 * the setup of a redirection from some IP via an exit node to 35 * the setup of a redirection from some IP via an exit node to
36 * some global Internet address. 36 * some global Internet address.
37 */ 37 */
38struct RedirectToIpRequestMessage { 38struct RedirectToIpRequestMessage
39{
39 /** 40 /**
40 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_IP 41 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_IP
41 */ 42 */
@@ -76,7 +77,8 @@ struct RedirectToIpRequestMessage {
76 * the setup of a redirection from some IP to a service running 77 * the setup of a redirection from some IP to a service running
77 * at a particular peer. 78 * at a particular peer.
78 */ 79 */
79struct RedirectToServiceRequestMessage { 80struct RedirectToServiceRequestMessage
81{
80 /** 82 /**
81 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_SERVICE 83 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_SERVICE
82 */ 84 */
@@ -124,7 +126,8 @@ struct RedirectToServiceRequestMessage {
124 * Response from the VPN service to a VPN client informing about 126 * Response from the VPN service to a VPN client informing about
125 * the IP that was assigned for the requested redirection. 127 * the IP that was assigned for the requested redirection.
126 */ 128 */
127struct RedirectToIpResponseMessage { 129struct RedirectToIpResponseMessage
130{
128 /** 131 /**
129 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP 132 * Type is #GNUNET_MESSAGE_TYPE_VPN_CLIENT_USE_IP
130 */ 133 */