aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:45:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:45:09 +0000
commit246da91802a5dbb88ae09132d73787930f5f7f46 (patch)
treefb2f02d9d97e5ec2add795eec0d6c19fa5054d73 /src/transport/transport.h
parenta1ff4b917cbd104212e0fc2b63b63dd15c904834 (diff)
downloadgnunet-246da91802a5dbb88ae09132d73787930f5f7f46.tar.gz
gnunet-246da91802a5dbb88ae09132d73787930f5f7f46.zip
changes to connect_cb
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index d5413f779..f1376f5a7 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -68,8 +68,6 @@
68 * 68 *
69 * @param cls closure 69 * @param cls closure
70 * @param peer the peer that connected 70 * @param peer the peer that connected
71 * @param ats performance data
72 * @param ats_count number of entries in ats (excluding 0-termination)
73 * @param bandwidth_in inbound bandwidth in NBO 71 * @param bandwidth_in inbound bandwidth in NBO
74 * @param bandwidth_out outbound bandwidth in NBO 72 * @param bandwidth_out outbound bandwidth in NBO
75 * 73 *
@@ -77,8 +75,6 @@
77 75
78typedef void (*NotifyConnect) (void *cls, 76typedef void (*NotifyConnect) (void *cls,
79 const struct GNUNET_PeerIdentity *peer, 77 const struct GNUNET_PeerIdentity *peer,
80 const struct GNUNET_ATS_Information *ats,
81 uint32_t ats_count,
82 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 78 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
83 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out); 79 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out);
84 80
@@ -126,12 +122,6 @@ struct ConnectInfoMessage
126 struct GNUNET_MessageHeader header; 122 struct GNUNET_MessageHeader header;
127 123
128 /** 124 /**
129 * Number of ATS key-value pairs that follow this struct
130 * (excluding the 0-terminator).
131 */
132 uint32_t ats_count GNUNET_PACKED;
133
134 /**
135 * Identity of the new neighbour. 125 * Identity of the new neighbour.
136 */ 126 */
137 struct GNUNET_PeerIdentity id; 127 struct GNUNET_PeerIdentity id;