aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-21 17:51:51 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-21 17:51:51 +0100
commit308518cb6fbc4b635fccd87a770f66cc2e2816f3 (patch)
tree298ce9cf97c35e1447d119c270ceaa13d394275d /src/cadet/cadet_protocol.h
parent745cf54e655a9fb40a4ba3643de09a3471ca6ef6 (diff)
downloadgnunet-308518cb6fbc4b635fccd87a770f66cc2e2816f3.tar.gz
gnunet-308518cb6fbc4b635fccd87a770f66cc2e2816f3.zip
some renaming, some code general code cleanup, some logging
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index 0c325fc5a..3a70758d9 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -385,7 +385,7 @@ struct GNUNET_CADET_ChannelOpenMessage
385 /** 385 /**
386 * ID of the channel within the tunnel. 386 * ID of the channel within the tunnel.
387 */ 387 */
388 struct GNUNET_CADET_ChannelTunnelNumber chid; 388 struct GNUNET_CADET_ChannelTunnelNumber ctn;
389}; 389};
390 390
391 391
@@ -410,7 +410,7 @@ struct GNUNET_CADET_ChannelManageMessage
410 /** 410 /**
411 * ID of the channel 411 * ID of the channel
412 */ 412 */
413 struct GNUNET_CADET_ChannelTunnelNumber chid; 413 struct GNUNET_CADET_ChannelTunnelNumber ctn;
414}; 414};
415 415
416 416
@@ -436,7 +436,7 @@ struct GNUNET_CADET_ChannelAppDataMessage
436 /** 436 /**
437 * ID of the channel 437 * ID of the channel
438 */ 438 */
439 struct GNUNET_CADET_ChannelTunnelNumber chid; 439 struct GNUNET_CADET_ChannelTunnelNumber ctn;
440 440
441 /** 441 /**
442 * Payload follows 442 * Payload follows
@@ -457,7 +457,7 @@ struct GNUNET_CADET_ChannelDataAckMessage
457 /** 457 /**
458 * ID of the channel 458 * ID of the channel
459 */ 459 */
460 struct GNUNET_CADET_ChannelTunnelNumber chid; 460 struct GNUNET_CADET_ChannelTunnelNumber ctn;
461 461
462 /** 462 /**
463 * Bitfield of already-received newer messages 463 * Bitfield of already-received newer messages
@@ -506,7 +506,7 @@ struct GNUNET_CADET_ChannelAppDataMessage
506 /** 506 /**
507 * ID of the channel 507 * ID of the channel
508 */ 508 */
509 struct GNUNET_CADET_ChannelTunnelNumber chid; 509 struct GNUNET_CADET_ChannelTunnelNumber ctn;
510 510
511 /** 511 /**
512 * Payload follows 512 * Payload follows
@@ -527,7 +527,7 @@ struct GNUNET_CADET_ChannelDataAckMessage
527 /** 527 /**
528 * ID of the channel 528 * ID of the channel
529 */ 529 */
530 struct GNUNET_CADET_ChannelTunnelNumber chid; 530 struct GNUNET_CADET_ChannelTunnelNumber ctn;
531 531
532 /** 532 /**
533 * Bitfield of already-received messages past @e mid. 533 * Bitfield of already-received messages past @e mid.