aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-08 20:41:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-08 20:41:21 +0000
commitc544c71578c4557722aae8c4f0f359decd38f689 (patch)
treed2934ba97f567981c5c7d9c16816eff78fca702f /src/set/gnunet-service-set.h
parente087b1c493b639f9b2e4b24e8c48cb78a49b8531 (diff)
downloadgnunet-c544c71578c4557722aae8c4f0f359decd38f689.tar.gz
gnunet-c544c71578c4557722aae8c4f0f359decd38f689.zip
-fix trailing spaces
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index d752fc5cb..d82c72b16 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -89,14 +89,14 @@ struct OperationSpecification
89 * Salt to use for the operation. 89 * Salt to use for the operation.
90 */ 90 */
91 uint32_t salt; 91 uint32_t salt;
92 92
93 /** 93 /**
94 * Remote peers element count 94 * Remote peers element count
95 */ 95 */
96 uint32_t remote_element_count; 96 uint32_t remote_element_count;
97 97
98 /** 98 /**
99 * ID used to identify an operation between service and client 99 * ID used to identify an operation between service and client
100 */ 100 */
101 uint32_t client_request_id; 101 uint32_t client_request_id;
102 102
@@ -281,7 +281,7 @@ struct ElementEntry
281 /** 281 /**
282 * GNUNET_YES if the element is a remote element, and does not belong 282 * GNUNET_YES if the element is a remote element, and does not belong
283 * to the operation's set. 283 * to the operation's set.
284 * 284 *
285 * //TODO: Move to Union, unless additional set-operations are implemented ever 285 * //TODO: Move to Union, unless additional set-operations are implemented ever
286 */ 286 */
287 int remote; 287 int remote;
@@ -293,7 +293,7 @@ struct Operation
293 /** 293 /**
294 * V-Table for the operation belonging 294 * V-Table for the operation belonging
295 * to the tunnel contest. 295 * to the tunnel contest.
296 * 296 *
297 * Used for all operation specific operations after receiving the ops request 297 * Used for all operation specific operations after receiving the ops request
298 */ 298 */
299 const struct SetVT *vt; 299 const struct SetVT *vt;
@@ -311,7 +311,7 @@ struct Operation
311 /** 311 /**
312 * GNUNET_YES if this is not a "real" set operation yet, and we still 312 * GNUNET_YES if this is not a "real" set operation yet, and we still
313 * need to wait for the other peer to give us more details. 313 * need to wait for the other peer to give us more details.
314 * 314 *
315 * //TODO: replace with state-enum 315 * //TODO: replace with state-enum
316 */ 316 */
317 int is_incoming; 317 int is_incoming;
@@ -374,8 +374,8 @@ struct Set
374 /** 374 /**
375 * Virtual table for this set. 375 * Virtual table for this set.
376 * Determined by the operation type of this set. 376 * Determined by the operation type of this set.
377 * 377 *
378 * Used only for Add/remove of elements and when receiving an incoming 378 * Used only for Add/remove of elements and when receiving an incoming
379 * operation from a remote peer. 379 * operation from a remote peer.
380 */ 380 */
381 const struct SetVT *vt; 381 const struct SetVT *vt;
@@ -440,7 +440,7 @@ _GSS_operation_destroy (struct Operation *op);
440/** 440/**
441 * Get the table with implementing functions for 441 * Get the table with implementing functions for
442 * set union. 442 * set union.
443 * 443 *
444 * @return the operation specific VTable 444 * @return the operation specific VTable
445 */ 445 */
446const struct SetVT * 446const struct SetVT *
@@ -450,7 +450,7 @@ _GSS_union_vt (void);
450/** 450/**
451 * Get the table with implementing functions for 451 * Get the table with implementing functions for
452 * set intersection. 452 * set intersection.
453 * 453 *
454 * @return the operation specific VTable 454 * @return the operation specific VTable
455 */ 455 */
456const struct SetVT * 456const struct SetVT *