aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/mesh/mesh.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 116e7a777..b9f2226b9 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -36,7 +36,7 @@
36/* Any API call should be documented in the folowing table under API CALL. 36/* Any API call should be documented in the folowing table under API CALL.
37 * Also, any message type should be documented in the following table, with the 37 * Also, any message type should be documented in the following table, with the
38 * associated event. 38 * associated event.
39 * 39 *
40 * API CALL (GNUNET_MESH_*) MESSAGE USED 40 * API CALL (GNUNET_MESH_*) MESSAGE USED
41 * ------------------------ ------------ 41 * ------------------------ ------------
42 * connect GNUNET_MESH_ClientConnect 42 * connect GNUNET_MESH_ClientConnect
@@ -51,9 +51,9 @@
51 * 51 *
52 * notify_transmit_ready *GNUNET_MESH_TransmitReady?* 52 * notify_transmit_ready *GNUNET_MESH_TransmitReady?*
53 * notify_transmit_ready_cancel None (clear of internal data structures) 53 * notify_transmit_ready_cancel None (clear of internal data structures)
54 * 54 *
55 * 55 *
56 * 56 *
57 * EVENT MESSAGE USED 57 * EVENT MESSAGE USED
58 * ----- ------------ 58 * ----- ------------
59 * data GNUNET_MESH_Data OR 59 * data GNUNET_MESH_Data OR
@@ -135,8 +135,8 @@ struct GNUNET_MESH_PeerControl
135 * (client to service, client created tunnel) 135 * (client to service, client created tunnel)
136 * GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_[CONNECTED|DISCONNECTED] 136 * GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_[CONNECTED|DISCONNECTED]
137 * (service to client) 137 * (service to client)
138 * 138 *
139 * Size: sizeof(struct GNUNET_MESH_PeerControl) 139 * Size: sizeof(struct GNUNET_MESH_PeerControl)
140 */ 140 */
141 struct GNUNET_MessageHeader header; 141 struct GNUNET_MessageHeader header;
142 142
@@ -168,7 +168,7 @@ struct GNUNET_MESH_ConnectPeerByType
168 MESH_TunnelNumber tunnel_id GNUNET_PACKED; 168 MESH_TunnelNumber tunnel_id GNUNET_PACKED;
169 169
170 /** 170 /**
171 * Type specification 171 * Type specification
172 */ 172 */
173 GNUNET_MESH_ApplicationType type GNUNET_PACKED; 173 GNUNET_MESH_ApplicationType type GNUNET_PACKED;
174}; 174};