aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index dbae4ecfb..8ffc87070 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -64,7 +64,7 @@
64 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1) 64 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1)
65 65
66/** 66/**
67 * Similiar to GNUNET_TRANSPORT_NotifyDisconnect but in and out quotas are 67 * Similar to GNUNET_TRANSPORT_NotifyDisconnect but in and out quotas are
68 * included here. These values are not required outside transport_api 68 * included here. These values are not required outside transport_api
69 * 69 *
70 * @param cls closure 70 * @param cls closure
@@ -428,7 +428,7 @@ struct ValidationIterateResponseMessage
428 428
429 /** 429 /**
430 * Until when is the address believed to be valid. 430 * Until when is the address believed to be valid.
431 * Will be ZERO if the address is not belived to be valid. 431 * Will be ZERO if the address is not believed to be valid.
432 */ 432 */
433 struct GNUNET_TIME_AbsoluteNBO valid_until; 433 struct GNUNET_TIME_AbsoluteNBO valid_until;
434 434
@@ -452,7 +452,7 @@ struct ValidationMonitorMessage
452 struct GNUNET_MessageHeader header; 452 struct GNUNET_MessageHeader header;
453 453
454 /** 454 /**
455 * One shot call or continous replies? 455 * One shot call or continuous replies?
456 */ 456 */
457 uint32_t one_shot GNUNET_PACKED; 457 uint32_t one_shot GNUNET_PACKED;
458 458
@@ -475,7 +475,7 @@ struct PeerMonitorMessage
475 struct GNUNET_MessageHeader header; 475 struct GNUNET_MessageHeader header;
476 476
477 /** 477 /**
478 * One shot call or continous replies? 478 * One shot call or continuous replies?
479 */ 479 */
480 uint32_t one_shot GNUNET_PACKED; 480 uint32_t one_shot GNUNET_PACKED;
481 481