aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-25 13:24:15 +0000
committerGabor X Toth <*@tg-x.net>2014-07-25 13:24:15 +0000
commit30752e6cb73b6c71ad5aab392c40ac482257e410 (patch)
treee33ab995a7a56853e20d448f339b10d87cb7e32b /src/multicast/multicast.h
parentac2af3883bbceafd3258cad788587a70057010d9 (diff)
downloadgnunet-30752e6cb73b6c71ad5aab392c40ac482257e410.tar.gz
gnunet-30752e6cb73b6c71ad5aab392c40ac482257e410.zip
multicast: send join decision to remote peer
Diffstat (limited to 'src/multicast/multicast.h')
-rw-r--r--src/multicast/multicast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/multicast.h b/src/multicast/multicast.h
index 82831a218..9b50799ac 100644
--- a/src/multicast/multicast.h
+++ b/src/multicast/multicast.h
@@ -70,7 +70,7 @@ struct MulticastJoinRequestMessage
70 /** 70 /**
71 * Peer identity of the joining member. 71 * Peer identity of the joining member.
72 */ 72 */
73 struct GNUNET_PeerIdentity member_peer; 73 struct GNUNET_PeerIdentity peer;
74 74
75 /* Followed by struct GNUNET_MessageHeader join_message */ 75 /* Followed by struct GNUNET_MessageHeader join_message */
76}; 76};