aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-17 19:06:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-17 19:06:15 +0000
commit9d077316ac3c6a18a4b13e90d7549188c2fe1f81 (patch)
treea6bc44ee81a35cf43ffe9c9968dfdc8de82711dd /src/exit/exit.h
parent87509e6096da2f4c7a8359da338574f939d01f13 (diff)
downloadgnunet-9d077316ac3c6a18a4b13e90d7549188c2fe1f81.tar.gz
gnunet-9d077316ac3c6a18a4b13e90d7549188c2fe1f81.zip
-renaming TUN structs to follow namnig conventions
Diffstat (limited to 'src/exit/exit.h')
-rw-r--r--src/exit/exit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exit/exit.h b/src/exit/exit.h
index 2047ca113..3cd4292bd 100644
--- a/src/exit/exit.h
+++ b/src/exit/exit.h
@@ -53,7 +53,7 @@ struct GNUNET_EXIT_TcpServiceStartMessage
53 * Skeleton of the TCP header to send. Port numbers are to 53 * Skeleton of the TCP header to send. Port numbers are to
54 * be replaced and the checksum may be updated as necessary. 54 * be replaced and the checksum may be updated as necessary.
55 */ 55 */
56 struct tcp_packet tcp_header; 56 struct GNUNET_TUN_TcpHeader tcp_header;
57 57
58 /* followed by TCP payload */ 58 /* followed by TCP payload */
59}; 59};
@@ -79,7 +79,7 @@ struct GNUNET_EXIT_TcpInternetStartMessage
79 * Skeleton of the TCP header to send. Port numbers are to 79 * Skeleton of the TCP header to send. Port numbers are to
80 * be replaced and the checksum may be updated as necessary. 80 * be replaced and the checksum may be updated as necessary.
81 */ 81 */
82 struct tcp_packet tcp_header; 82 struct GNUNET_TUN_TcpHeader tcp_header;
83 83
84 /* followed by IP address of the destination; either 84 /* followed by IP address of the destination; either
85 'struct in_addr' or 'struct in6_addr', depending on af */ 85 'struct in_addr' or 'struct in6_addr', depending on af */
@@ -110,7 +110,7 @@ struct GNUNET_EXIT_TcpDataMessage
110 * Skeleton of the TCP header to send. Port numbers are to 110 * Skeleton of the TCP header to send. Port numbers are to
111 * be replaced and the checksum may be updated as necessary. (The destination port number should not be changed, as it contains the desired destination port.) 111 * be replaced and the checksum may be updated as necessary. (The destination port number should not be changed, as it contains the desired destination port.)
112 */ 112 */
113 struct tcp_packet tcp_header; 113 struct GNUNET_TUN_TcpHeader tcp_header;
114 114
115 /* followed by TCP payload */ 115 /* followed by TCP payload */
116}; 116};