aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn.c
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-04-21 13:44:49 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-04-21 13:44:49 +0000
commite03fb9e56eb3d9a9f0105db2d51ea9a52222819e (patch)
treeed79e4d1828046cc135c6d8c3aa0bbb22ff3bea8 /src/vpn/gnunet-daemon-vpn.c
parent8d33b3f3ecd98f6d79633b0e259f624ad976b698 (diff)
downloadgnunet-e03fb9e56eb3d9a9f0105db2d51ea9a52222819e.tar.gz
gnunet-e03fb9e56eb3d9a9f0105db2d51ea9a52222819e.zip
cleanup
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index e835fbcfa..885c77aad 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -560,14 +560,6 @@ receive_tcp_back (void *cls, struct GNUNET_MESH_Tunnel* tunnel,
560 return GNUNET_OK; 560 return GNUNET_OK;
561} 561}
562 562
563void init_mesh (void* cls, struct GNUNET_MESH_Handle* server, const struct GNUNET_PeerIdentity* my_identity, const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *pubkey) {
564 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Connected to MESH, I am %x\n", *((unsigned long*)my_identity));
565}
566
567void connect_mesh (void* cls, const struct GNUNET_PeerIdentity* peer, const struct GNUNET_TRANSPORT_ATS_Information *atsi) {
568 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Connected to peer %x\n", *((unsigned long*)peer));
569}
570
571/** 563/**
572 * Main function that will be run by the scheduler. 564 * Main function that will be run by the scheduler.
573 * 565 *