aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-03-21 15:35:04 +0000
committerBart Polot <bart@net.in.tum.de>2013-03-21 15:35:04 +0000
commitf68053300aed234517d51729fa2f84be4f2cd2f3 (patch)
tree414532b2b7b8e2c75846855a97772e9202344b97 /src
parente6564f58135e5359d0bf8c484850bd79b776284d (diff)
downloadgnunet-f68053300aed234517d51729fa2f84be4f2cd2f3.tar.gz
gnunet-f68053300aed234517d51729fa2f84be4f2cd2f3.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh-new.c24
-rw-r--r--src/mesh/gnunet-service-mesh.c24
2 files changed, 0 insertions, 48 deletions
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,
5062 * @param cls closure 5062 * @param cls closure
5063 * @param message message 5063 * @param message message
5064 * @param peer peer identity this notification is about 5064 * @param peer peer identity this notification is about
5065 * @param atsi performance data
5066 * @param atsi_count number of records in 'atsi'
5067 * 5065 *
5068 * @return GNUNET_OK to keep the connection open, 5066 * @return GNUNET_OK to keep the connection open,
5069 * GNUNET_SYSERR to close it (signal serious error) 5067 * GNUNET_SYSERR to close it (signal serious error)
@@ -5246,8 +5244,6 @@ handle_mesh_path_create (void *cls, const struct GNUNET_PeerIdentity *peer,
5246 * @param cls closure 5244 * @param cls closure
5247 * @param message message 5245 * @param message message
5248 * @param peer peer identity this notification is about 5246 * @param peer peer identity this notification is about
5249 * @param atsi performance data
5250 * @param atsi_count number of records in 'atsi'
5251 * 5247 *
5252 * @return GNUNET_OK to keep the connection open, 5248 * @return GNUNET_OK to keep the connection open,
5253 * GNUNET_SYSERR to close it (signal serious error) 5249 * GNUNET_SYSERR to close it (signal serious error)
@@ -5328,8 +5324,6 @@ handle_mesh_path_destroy (void *cls, const struct GNUNET_PeerIdentity *peer,
5328 * @param cls closure 5324 * @param cls closure
5329 * @param message message 5325 * @param message message
5330 * @param peer peer identity this notification is about 5326 * @param peer peer identity this notification is about
5331 * @param atsi performance data
5332 * @param atsi_count number of records in 'atsi'
5333 * 5327 *
5334 * @return GNUNET_OK to keep the connection open, 5328 * @return GNUNET_OK to keep the connection open,
5335 * GNUNET_SYSERR to close it (signal serious error) 5329 * GNUNET_SYSERR to close it (signal serious error)
@@ -5367,8 +5361,6 @@ handle_mesh_path_broken (void *cls, const struct GNUNET_PeerIdentity *peer,
5367 * @param cls closure 5361 * @param cls closure
5368 * @param message message 5362 * @param message message
5369 * @param peer peer identity this notification is about 5363 * @param peer peer identity this notification is about
5370 * @param atsi performance data
5371 * @param atsi_count number of records in 'atsi'
5372 * 5364 *
5373 * @return GNUNET_OK to keep the connection open, 5365 * @return GNUNET_OK to keep the connection open,
5374 * GNUNET_SYSERR to close it (signal serious error) 5366 * GNUNET_SYSERR to close it (signal serious error)
@@ -5437,8 +5429,6 @@ handle_mesh_tunnel_destroy (void *cls, const struct GNUNET_PeerIdentity *peer,
5437 * @param cls closure 5429 * @param cls closure
5438 * @param peer peer identity this notification is about 5430 * @param peer peer identity this notification is about
5439 * @param message message 5431 * @param message message
5440 * @param atsi performance data
5441 * @param atsi_count number of records in 'atsi'
5442 * @return GNUNET_OK to keep the connection open, 5432 * @return GNUNET_OK to keep the connection open,
5443 * GNUNET_SYSERR to close it (signal serious error) 5433 * GNUNET_SYSERR to close it (signal serious error)
5444 */ 5434 */
@@ -5554,8 +5544,6 @@ handle_mesh_data_unicast (void *cls, const struct GNUNET_PeerIdentity *peer,
5554 * @param cls closure 5544 * @param cls closure
5555 * @param message message 5545 * @param message message
5556 * @param peer peer identity this notification is about 5546 * @param peer peer identity this notification is about
5557 * @param atsi performance data
5558 * @param atsi_count number of records in 'atsi'
5559 * @return GNUNET_OK to keep the connection open, 5547 * @return GNUNET_OK to keep the connection open,
5560 * GNUNET_SYSERR to close it (signal serious error) 5548 * GNUNET_SYSERR to close it (signal serious error)
5561 * 5549 *
@@ -5636,8 +5624,6 @@ handle_mesh_data_multicast (void *cls, const struct GNUNET_PeerIdentity *peer,
5636 * @param cls closure 5624 * @param cls closure
5637 * @param message message 5625 * @param message message
5638 * @param peer peer identity this notification is about 5626 * @param peer peer identity this notification is about
5639 * @param atsi performance data
5640 * @param atsi_count number of records in 'atsi'
5641 * 5627 *
5642 * @return GNUNET_OK to keep the connection open, 5628 * @return GNUNET_OK to keep the connection open,
5643 * GNUNET_SYSERR to close it (signal serious error) 5629 * GNUNET_SYSERR to close it (signal serious error)
@@ -5768,8 +5754,6 @@ handle_mesh_data_to_orig (void *cls, const struct GNUNET_PeerIdentity *peer,
5768 * @param cls closure 5754 * @param cls closure
5769 * @param message message 5755 * @param message message
5770 * @param peer peer identity this notification is about 5756 * @param peer peer identity this notification is about
5771 * @param atsi performance data
5772 * @param atsi_count number of records in 'atsi'
5773 * 5757 *
5774 * @return GNUNET_OK to keep the connection open, 5758 * @return GNUNET_OK to keep the connection open,
5775 * GNUNET_SYSERR to close it (signal serious error) 5759 * GNUNET_SYSERR to close it (signal serious error)
@@ -5832,8 +5816,6 @@ handle_mesh_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
5832 * @param cls closure 5816 * @param cls closure
5833 * @param message message 5817 * @param message message
5834 * @param peer peer identity this notification is about 5818 * @param peer peer identity this notification is about
5835 * @param atsi performance data
5836 * @param atsi_count number of records in 'atsi'
5837 * 5819 *
5838 * @return GNUNET_OK to keep the connection open, 5820 * @return GNUNET_OK to keep the connection open,
5839 * GNUNET_SYSERR to close it (signal serious error) 5821 * GNUNET_SYSERR to close it (signal serious error)
@@ -5885,8 +5867,6 @@ handle_mesh_poll (void *cls, const struct GNUNET_PeerIdentity *peer,
5885 * @param cls closure 5867 * @param cls closure
5886 * @param message message 5868 * @param message message
5887 * @param peer peer identity this notification is about 5869 * @param peer peer identity this notification is about
5888 * @param atsi performance data
5889 * @param atsi_count number of records in 'atsi'
5890 * 5870 *
5891 * @return GNUNET_OK to keep the connection open, 5871 * @return GNUNET_OK to keep the connection open,
5892 * GNUNET_SYSERR to close it (signal serious error) 5872 * GNUNET_SYSERR to close it (signal serious error)
@@ -5985,8 +5965,6 @@ handle_mesh_path_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
5985 * @param cls closure 5965 * @param cls closure
5986 * @param message message 5966 * @param message message
5987 * @param peer peer identity this notification is about 5967 * @param peer peer identity this notification is about
5988 * @param atsi performance data
5989 * @param atsi_count number of records in 'atsi'
5990 * @return GNUNET_OK to keep the connection open, 5968 * @return GNUNET_OK to keep the connection open,
5991 * GNUNET_SYSERR to close it (signal serious error) 5969 * GNUNET_SYSERR to close it (signal serious error)
5992 * 5970 *
@@ -8011,8 +7989,6 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server,
8011 * 7989 *
8012 * @param cls closure 7990 * @param cls closure
8013 * @param peer peer identity this notification is about 7991 * @param peer peer identity this notification is about
8014 * @param atsi performance data for the connection
8015 * @param atsi_count number of records in 'atsi'
8016 */ 7992 */
8017static void 7993static void
8018core_connect (void *cls, const struct GNUNET_PeerIdentity *peer) 7994core_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,
5066 * @param cls closure 5066 * @param cls closure
5067 * @param message message 5067 * @param message message
5068 * @param peer peer identity this notification is about 5068 * @param peer peer identity this notification is about
5069 * @param atsi performance data
5070 * @param atsi_count number of records in 'atsi'
5071 * 5069 *
5072 * @return GNUNET_OK to keep the connection open, 5070 * @return GNUNET_OK to keep the connection open,
5073 * GNUNET_SYSERR to close it (signal serious error) 5071 * GNUNET_SYSERR to close it (signal serious error)
@@ -5250,8 +5248,6 @@ handle_mesh_path_create (void *cls, const struct GNUNET_PeerIdentity *peer,
5250 * @param cls closure 5248 * @param cls closure
5251 * @param message message 5249 * @param message message
5252 * @param peer peer identity this notification is about 5250 * @param peer peer identity this notification is about
5253 * @param atsi performance data
5254 * @param atsi_count number of records in 'atsi'
5255 * 5251 *
5256 * @return GNUNET_OK to keep the connection open, 5252 * @return GNUNET_OK to keep the connection open,
5257 * GNUNET_SYSERR to close it (signal serious error) 5253 * GNUNET_SYSERR to close it (signal serious error)
@@ -5332,8 +5328,6 @@ handle_mesh_path_destroy (void *cls, const struct GNUNET_PeerIdentity *peer,
5332 * @param cls closure 5328 * @param cls closure
5333 * @param message message 5329 * @param message message
5334 * @param peer peer identity this notification is about 5330 * @param peer peer identity this notification is about
5335 * @param atsi performance data
5336 * @param atsi_count number of records in 'atsi'
5337 * 5331 *
5338 * @return GNUNET_OK to keep the connection open, 5332 * @return GNUNET_OK to keep the connection open,
5339 * GNUNET_SYSERR to close it (signal serious error) 5333 * GNUNET_SYSERR to close it (signal serious error)
@@ -5371,8 +5365,6 @@ handle_mesh_path_broken (void *cls, const struct GNUNET_PeerIdentity *peer,
5371 * @param cls closure 5365 * @param cls closure
5372 * @param message message 5366 * @param message message
5373 * @param peer peer identity this notification is about 5367 * @param peer peer identity this notification is about
5374 * @param atsi performance data
5375 * @param atsi_count number of records in 'atsi'
5376 * 5368 *
5377 * @return GNUNET_OK to keep the connection open, 5369 * @return GNUNET_OK to keep the connection open,
5378 * GNUNET_SYSERR to close it (signal serious error) 5370 * GNUNET_SYSERR to close it (signal serious error)
@@ -5441,8 +5433,6 @@ handle_mesh_tunnel_destroy (void *cls, const struct GNUNET_PeerIdentity *peer,
5441 * @param cls closure 5433 * @param cls closure
5442 * @param peer peer identity this notification is about 5434 * @param peer peer identity this notification is about
5443 * @param message message 5435 * @param message message
5444 * @param atsi performance data
5445 * @param atsi_count number of records in 'atsi'
5446 * @return GNUNET_OK to keep the connection open, 5436 * @return GNUNET_OK to keep the connection open,
5447 * GNUNET_SYSERR to close it (signal serious error) 5437 * GNUNET_SYSERR to close it (signal serious error)
5448 */ 5438 */
@@ -5558,8 +5548,6 @@ handle_mesh_data_unicast (void *cls, const struct GNUNET_PeerIdentity *peer,
5558 * @param cls closure 5548 * @param cls closure
5559 * @param message message 5549 * @param message message
5560 * @param peer peer identity this notification is about 5550 * @param peer peer identity this notification is about
5561 * @param atsi performance data
5562 * @param atsi_count number of records in 'atsi'
5563 * @return GNUNET_OK to keep the connection open, 5551 * @return GNUNET_OK to keep the connection open,
5564 * GNUNET_SYSERR to close it (signal serious error) 5552 * GNUNET_SYSERR to close it (signal serious error)
5565 * 5553 *
@@ -5640,8 +5628,6 @@ handle_mesh_data_multicast (void *cls, const struct GNUNET_PeerIdentity *peer,
5640 * @param cls closure 5628 * @param cls closure
5641 * @param message message 5629 * @param message message
5642 * @param peer peer identity this notification is about 5630 * @param peer peer identity this notification is about
5643 * @param atsi performance data
5644 * @param atsi_count number of records in 'atsi'
5645 * 5631 *
5646 * @return GNUNET_OK to keep the connection open, 5632 * @return GNUNET_OK to keep the connection open,
5647 * GNUNET_SYSERR to close it (signal serious error) 5633 * GNUNET_SYSERR to close it (signal serious error)
@@ -5772,8 +5758,6 @@ handle_mesh_data_to_orig (void *cls, const struct GNUNET_PeerIdentity *peer,
5772 * @param cls closure 5758 * @param cls closure
5773 * @param message message 5759 * @param message message
5774 * @param peer peer identity this notification is about 5760 * @param peer peer identity this notification is about
5775 * @param atsi performance data
5776 * @param atsi_count number of records in 'atsi'
5777 * 5761 *
5778 * @return GNUNET_OK to keep the connection open, 5762 * @return GNUNET_OK to keep the connection open,
5779 * GNUNET_SYSERR to close it (signal serious error) 5763 * GNUNET_SYSERR to close it (signal serious error)
@@ -5836,8 +5820,6 @@ handle_mesh_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
5836 * @param cls closure 5820 * @param cls closure
5837 * @param message message 5821 * @param message message
5838 * @param peer peer identity this notification is about 5822 * @param peer peer identity this notification is about
5839 * @param atsi performance data
5840 * @param atsi_count number of records in 'atsi'
5841 * 5823 *
5842 * @return GNUNET_OK to keep the connection open, 5824 * @return GNUNET_OK to keep the connection open,
5843 * GNUNET_SYSERR to close it (signal serious error) 5825 * GNUNET_SYSERR to close it (signal serious error)
@@ -5889,8 +5871,6 @@ handle_mesh_poll (void *cls, const struct GNUNET_PeerIdentity *peer,
5889 * @param cls closure 5871 * @param cls closure
5890 * @param message message 5872 * @param message message
5891 * @param peer peer identity this notification is about 5873 * @param peer peer identity this notification is about
5892 * @param atsi performance data
5893 * @param atsi_count number of records in 'atsi'
5894 * 5874 *
5895 * @return GNUNET_OK to keep the connection open, 5875 * @return GNUNET_OK to keep the connection open,
5896 * GNUNET_SYSERR to close it (signal serious error) 5876 * GNUNET_SYSERR to close it (signal serious error)
@@ -5988,8 +5968,6 @@ handle_mesh_path_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
5988 * @param cls closure 5968 * @param cls closure
5989 * @param message message 5969 * @param message message
5990 * @param peer peer identity this notification is about 5970 * @param peer peer identity this notification is about
5991 * @param atsi performance data
5992 * @param atsi_count number of records in 'atsi'
5993 * @return GNUNET_OK to keep the connection open, 5971 * @return GNUNET_OK to keep the connection open,
5994 * GNUNET_SYSERR to close it (signal serious error) 5972 * GNUNET_SYSERR to close it (signal serious error)
5995 * 5973 *
@@ -8005,8 +7983,6 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server,
8005 * 7983 *
8006 * @param cls closure 7984 * @param cls closure
8007 * @param peer peer identity this notification is about 7985 * @param peer peer identity this notification is about
8008 * @param atsi performance data for the connection
8009 * @param atsi_count number of records in 'atsi'
8010 */ 7986 */
8011static void 7987static void
8012core_connect (void *cls, const struct GNUNET_PeerIdentity *peer) 7988core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)