aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:36:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:36:14 +0000
commit733f76af45ad94bd39a81a8cf4a49f5fe60eaba1 (patch)
tree20fac82ac6c27e851a9ae57ff13f1fea2904a196 /src/include
parent780d7ad09f353ded264b11d29d910ba22afae916 (diff)
downloadgnunet-733f76af45ad94bd39a81a8cf4a49f5fe60eaba1.tar.gz
gnunet-733f76af45ad94bd39a81a8cf4a49f5fe60eaba1.zip
eliminate REQUEST_CONNECT handlers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 68e78b5bb..f0c8df7ad 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -208,11 +208,6 @@ extern "C"
208 */ 208 */
209#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 33 209#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 33
210 210
211/**
212 * Message for transport service from a client asking that a
213 * connection be initiated with another peer.
214 */
215#define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT 34
216 211
217/** 212/**
218 * Transport CONNECT message exchanged between transport services to 213 * Transport CONNECT message exchanged between transport services to