[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r14706 - in gnunet/src: include vpn
From: |
gnunet |
Subject: |
[GNUnet-SVN] r14706 - in gnunet/src: include vpn |
Date: |
Thu, 24 Mar 2011 17:58:47 +0100 |
Author: bartpolot
Date: 2011-03-24 17:58:47 +0100 (Thu, 24 Mar 2011)
New Revision: 14706
Modified:
gnunet/src/include/gnunet_mesh_service.h
gnunet/src/vpn/gnunet-daemon-exit.c
gnunet/src/vpn/gnunet-daemon-vpn.c
Log:
Fixed doxygen complaints
Modified: gnunet/src/include/gnunet_mesh_service.h
===================================================================
--- gnunet/src/include/gnunet_mesh_service.h 2011-03-24 13:10:19 UTC (rev
14705)
+++ gnunet/src/include/gnunet_mesh_service.h 2011-03-24 16:58:47 UTC (rev
14706)
@@ -70,7 +70,7 @@
typedef int
(*GNUNET_MESH_MessageCallback) (void *cls,
struct GNUNET_MESH_Tunnel *tunnel,
- void **tunnel_ctx,
+ void **tunnel_ctx,
const struct GNUNET_PeerIdentity *sender,
const struct GNUNET_MessageHeader *message,
const struct GNUNET_TRANSPORT_ATS_Information
*atsi);
@@ -334,7 +334,7 @@
struct
GNUNET_TIME_Relative
maxdelay,
- // const struct GNUNET_PeerIdentity *target,
+ const struct GNUNET_PeerIdentity *target,
size_t
notify_size,
GNUNET_CONNECTION_TransmitReadyNotify
Modified: gnunet/src/vpn/gnunet-daemon-exit.c
===================================================================
--- gnunet/src/vpn/gnunet-daemon-exit.c 2011-03-24 13:10:19 UTC (rev 14705)
+++ gnunet/src/vpn/gnunet-daemon-exit.c 2011-03-24 16:58:47 UTC (rev 14706)
@@ -245,6 +245,7 @@
42,
GNUNET_TIME_relative_divide
(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2),
+ (const struct GNUNET_PeerIdentity *)NULL,
len, send_udp_to_peer_notify_callback,
msg);
}
@@ -306,6 +307,7 @@
42,
GNUNET_TIME_relative_divide
(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2),
+ (const struct GNUNET_PeerIdentity *)NULL,
len, send_udp_to_peer_notify_callback,
msg);
}
Modified: gnunet/src/vpn/gnunet-daemon-vpn.c
===================================================================
--- gnunet/src/vpn/gnunet-daemon-vpn.c 2011-03-24 13:10:19 UTC (rev 14705)
+++ gnunet/src/vpn/gnunet-daemon-vpn.c 2011-03-24 16:58:47 UTC (rev 14706)
@@ -176,6 +176,7 @@
GNUNET_NO,
42,
GNUNET_TIME_relative_divide(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2),
+ (const struct GNUNET_PeerIdentity *)NULL,
ntohs(hdr->size),
send_pkt_to_peer_notify_callback,
cls);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r14706 - in gnunet/src: include vpn,
gnunet <=