aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/vpn/vpn.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
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 */