aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-06 19:39:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-06 19:39:49 +0000
commit6b14c5b2afa1654e30c61bead981e343f544c23b (patch)
treef1893a812e6af5660feefbd45117c68849a91dd7 /src/transport/gnunet-service-transport_validation.h
parentf2ee6482821a0948e2ceb1d73758dc269eab9a6c (diff)
downloadgnunet-6b14c5b2afa1654e30c61bead981e343f544c23b.tar.gz
gnunet-6b14c5b2afa1654e30c61bead981e343f544c23b.zip
transmit PONGs
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.h')
-rw-r--r--src/transport/gnunet-service-transport_validation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index 218b45457..27d30d83a 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -27,6 +27,7 @@
27#define GNUNET_SERVICE_TRANSPORT_VALIDATION_H 27#define GNUNET_SERVICE_TRANSPORT_VALIDATION_H
28 28
29#include "gnunet_statistics_service.h" 29#include "gnunet_statistics_service.h"
30#include "gnunet_transport_plugin.h"
30#include "gnunet_util_lib.h" 31#include "gnunet_util_lib.h"
31 32
32 33
@@ -50,6 +51,7 @@ GST_validation_stop (void);
50 * @param sender peer sending the PING 51 * @param sender peer sending the PING
51 * @param hdr the PING 52 * @param hdr the PING
52 * @param plugin_name name of plugin that received the PING 53 * @param plugin_name name of plugin that received the PING
54 * @param session session we got the PING from
53 * @param sender_address address of the sender as known to the plugin, NULL 55 * @param sender_address address of the sender as known to the plugin, NULL
54 * if we did not initiate the connection 56 * if we did not initiate the connection
55 * @param sender_address_len number of bytes in sender_address 57 * @param sender_address_len number of bytes in sender_address
@@ -58,6 +60,7 @@ void
58GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender, 60GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender,
59 const struct GNUNET_MessageHeader *hdr, 61 const struct GNUNET_MessageHeader *hdr,
60 const char *plugin_name, 62 const char *plugin_name,
63 struct Session *session,
61 const void *sender_address, 64 const void *sender_address,
62 size_t sender_address_len); 65 size_t sender_address_len);
63 66