aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_hello_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_hello_service.h')
-rw-r--r--src/include/gnunet_transport_hello_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_hello_service.h b/src/include/gnunet_transport_hello_service.h
index 86ff67415..6d4d0306c 100644
--- a/src/include/gnunet_transport_hello_service.h
+++ b/src/include/gnunet_transport_hello_service.h
@@ -101,7 +101,12 @@ enum GNUNET_TRANSPORT_AddressClass
101 * Addresses useful in the local bluetooth network. Sensitive, but 101 * Addresses useful in the local bluetooth network. Sensitive, but
102 * obvious to people nearby. Useful for broadcasts. 102 * obvious to people nearby. Useful for broadcasts.
103 */ 103 */
104 GNUNET_TRANSPORT_AC_BT = 32 104 GNUNET_TRANSPORT_AC_BT = 32,
105
106 /**
107 * Bitmask for "any" address.
108 */
109 GNUNET_TRANSPORT_AC_ANY = 65535
105 110
106}; 111};
107 112