aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/conversation/conversation.h
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
Diffstat (limited to 'src/conversation/conversation.h')
-rw-r--r--src/conversation/conversation.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index bc78400f1..284d5dc67 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -235,12 +235,12 @@ struct ClientPhonePickedupMessage
235 235
236 236
237/** 237/**
238 * Mesh message for phone is ringing. 238 * Cadet message for phone is ringing.
239 */ 239 */
240struct MeshPhoneRingMessage 240struct CadetPhoneRingMessage
241{ 241{
242 /** 242 /**
243 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_RING 243 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RING
244 */ 244 */
245 struct GNUNET_MessageHeader header; 245 struct GNUNET_MessageHeader header;
246 246
@@ -288,12 +288,12 @@ struct MeshPhoneRingMessage
288 288
289 289
290/** 290/**
291 * Mesh message for hanging up. 291 * Cadet message for hanging up.
292 */ 292 */
293struct MeshPhoneHangupMessage 293struct CadetPhoneHangupMessage
294{ 294{
295 /** 295 /**
296 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_HANG_UP 296 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_HANG_UP
297 */ 297 */
298 struct GNUNET_MessageHeader header; 298 struct GNUNET_MessageHeader header;
299 299
@@ -301,12 +301,12 @@ struct MeshPhoneHangupMessage
301 301
302 302
303/** 303/**
304 * Mesh message for picking up. 304 * Cadet message for picking up.
305 */ 305 */
306struct MeshPhonePickupMessage 306struct CadetPhonePickupMessage
307{ 307{
308 /** 308 /**
309 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_PICK_UP 309 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_PICK_UP
310 */ 310 */
311 struct GNUNET_MessageHeader header; 311 struct GNUNET_MessageHeader header;
312 312
@@ -314,12 +314,12 @@ struct MeshPhonePickupMessage
314 314
315 315
316/** 316/**
317 * Mesh message for phone suspended. 317 * Cadet message for phone suspended.
318 */ 318 */
319struct MeshPhoneSuspendMessage 319struct CadetPhoneSuspendMessage
320{ 320{
321 /** 321 /**
322 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_SUSPEND 322 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_SUSPEND
323 */ 323 */
324 struct GNUNET_MessageHeader header; 324 struct GNUNET_MessageHeader header;
325 325
@@ -327,12 +327,12 @@ struct MeshPhoneSuspendMessage
327 327
328 328
329/** 329/**
330 * Mesh message for phone resumed. 330 * Cadet message for phone resumed.
331 */ 331 */
332struct MeshPhoneResumeMessage 332struct CadetPhoneResumeMessage
333{ 333{
334 /** 334 /**
335 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_PHONE_RESUME 335 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RESUME
336 */ 336 */
337 struct GNUNET_MessageHeader header; 337 struct GNUNET_MessageHeader header;
338 338
@@ -340,12 +340,12 @@ struct MeshPhoneResumeMessage
340 340
341 341
342/** 342/**
343 * Mesh message to transmit the audio. 343 * Cadet message to transmit the audio.
344 */ 344 */
345struct MeshAudioMessage 345struct CadetAudioMessage
346{ 346{
347 /** 347 /**
348 * Type is #GNUNET_MESSAGE_TYPE_CONVERSATION_MESH_AUDIO 348 * Type is #GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_AUDIO
349 */ 349 */
350 struct GNUNET_MessageHeader header; 350 struct GNUNET_MessageHeader header;
351 351