aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-14 18:23:38 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-14 18:23:47 +0200
commitd969447fbb31a42fd0dda4d15356fb2692a0fc1a (patch)
tree95e5b3a868aa29cc5173f332626c6c75b1f8570a /src/include/gnunet_transport_communication_service.h
parent79f1546aa9ad2eeead24324000130caeb26b0262 (diff)
downloadgnunet-d969447fbb31a42fd0dda4d15356fb2692a0fc1a.tar.gz
gnunet-d969447fbb31a42fd0dda4d15356fb2692a0fc1a.zip
work on DV data structures
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index b4a0ce9c8..ca5a86074 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -83,6 +83,9 @@ struct GNUNET_TRANSPORT_CommunicatorHandle;
83 83
84/** 84/**
85 * What characteristics does this communicator have? 85 * What characteristics does this communicator have?
86 *
87 * FIXME: may want to distinguish bi-directional as well,
88 * should we define a bit for that? Needed in DV logic (handle_dv_learn)!
86 */ 89 */
87enum GNUNET_TRANSPORT_CommunicatorCharacteristics { 90enum GNUNET_TRANSPORT_CommunicatorCharacteristics {
88 91