aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_hello_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-30 17:29:00 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-30 17:29:00 +0000
commit24dc89edc8d7f9eb5f23cd3e804fd9732858fbee (patch)
tree8c2062b0309958537a8e2daca5ce448625250686 /src/include/gnunet_transport_hello_service.h
parentfc0a7982cd82e6f1915589a89c61dbe9d58aedb3 (diff)
downloadgnunet-24dc89edc8d7f9eb5f23cd3e804fd9732858fbee.tar.gz
gnunet-24dc89edc8d7f9eb5f23cd3e804fd9732858fbee.zip
converting core tests to hello_get API
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