summaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index d11d4b0f2..d9df78d33 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -75,6 +75,16 @@ extern "C"
75 */ 75 */
76#define GNUNET_APPLICATION_TYPE_GNUNET_SEARCH 7 76#define GNUNET_APPLICATION_TYPE_GNUNET_SEARCH 7
77 77
78/**
79 * Internet IPv4 gateway (any TCP/UDP/ICMP).
80 */
81#define GNUNET_APPLICATION_TYPE_IPV4_GATEWAY 16
82
83/**
84 * Internet IPv6 gateway (any TCP/UDP/ICMP).
85 */
86#define GNUNET_APPLICATION_TYPE_IPV6_GATEWAY 17
87
78 88
79#if 0 /* keep Emacsens' auto-indent happy */ 89#if 0 /* keep Emacsens' auto-indent happy */
80{ 90{