From: Bart Polot Date: Thu, 21 Mar 2013 15:35:04 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~9526 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f68053300aed234517d51729fa2f84be4f2cd2f3;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c index 95971b2e1..5dc9ff2fd 100644 --- a/src/mesh/gnunet-service-mesh-new.c +++ b/src/mesh/gnunet-service-mesh-new.c @@ -5062,8 +5062,6 @@ queue_add (void *cls, uint16_t type, size_t size, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5246,8 +5244,6 @@ handle_mesh_path_create (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5328,8 +5324,6 @@ handle_mesh_path_destroy (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5367,8 +5361,6 @@ handle_mesh_path_broken (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5437,8 +5429,6 @@ handle_mesh_tunnel_destroy (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param peer peer identity this notification is about * @param message message - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) */ @@ -5554,8 +5544,6 @@ handle_mesh_data_unicast (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) * @@ -5636,8 +5624,6 @@ handle_mesh_data_multicast (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5768,8 +5754,6 @@ handle_mesh_data_to_orig (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5832,8 +5816,6 @@ handle_mesh_ack (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5885,8 +5867,6 @@ handle_mesh_poll (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5985,8 +5965,6 @@ handle_mesh_path_ack (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) * @@ -8011,8 +7989,6 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server, * * @param cls closure * @param peer peer identity this notification is about - * @param atsi performance data for the connection - * @param atsi_count number of records in 'atsi' */ static void core_connect (void *cls, const struct GNUNET_PeerIdentity *peer) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 454829351..5b7e9991f 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -5066,8 +5066,6 @@ queue_add (void *cls, uint16_t type, size_t size, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5250,8 +5248,6 @@ handle_mesh_path_create (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5332,8 +5328,6 @@ handle_mesh_path_destroy (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5371,8 +5365,6 @@ handle_mesh_path_broken (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5441,8 +5433,6 @@ handle_mesh_tunnel_destroy (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param peer peer identity this notification is about * @param message message - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) */ @@ -5558,8 +5548,6 @@ handle_mesh_data_unicast (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) * @@ -5640,8 +5628,6 @@ handle_mesh_data_multicast (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5772,8 +5758,6 @@ handle_mesh_data_to_orig (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5836,8 +5820,6 @@ handle_mesh_ack (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5889,8 +5871,6 @@ handle_mesh_poll (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -5988,8 +5968,6 @@ handle_mesh_path_ack (void *cls, const struct GNUNET_PeerIdentity *peer, * @param cls closure * @param message message * @param peer peer identity this notification is about - * @param atsi performance data - * @param atsi_count number of records in 'atsi' * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) * @@ -8005,8 +7983,6 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server, * * @param cls closure * @param peer peer identity this notification is about - * @param atsi performance data for the connection - * @param atsi_count number of records in 'atsi' */ static void core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)