gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6283 - GNUnet/src/applications/chat


From: gnunet
Subject: [GNUnet-SVN] r6283 - GNUnet/src/applications/chat
Date: Wed, 13 Feb 2008 14:30:37 -0700 (MST)

Author: nevans
Date: 2008-02-13 14:30:37 -0700 (Wed, 13 Feb 2008)
New Revision: 6283

Modified:
   GNUnet/src/applications/chat/chat.h
Log:


Modified: GNUnet/src/applications/chat/chat.h
===================================================================
--- GNUnet/src/applications/chat/chat.h 2008-02-13 17:22:46 UTC (rev 6282)
+++ GNUnet/src/applications/chat/chat.h 2008-02-13 21:30:37 UTC (rev 6283)
@@ -48,8 +48,17 @@
 
 } CS_chat_MESSAGE;
 
+typedef struct
+{
+  GNUNET_MessageHeader header;
+  unsigned long nick_len;
+  unsigned long pubkey_len;
+  unsigned long room_name_len;
+  char nick[1];
 
+} CS_chat_JOIN_MESSAGE;
 
+
 #endif
 
 /* end of chat.h */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]