gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31389 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r31389 - gnunet/src/dv
Date: Sat, 14 Dec 2013 13:50:01 +0100

Author: grothoff
Date: 2013-12-14 13:50:01 +0100 (Sat, 14 Dec 2013)
New Revision: 31389

Modified:
   gnunet/src/dv/dv.h
Log:
-fix message types in comment

Modified: gnunet/src/dv/dv.h
===================================================================
--- gnunet/src/dv/dv.h  2013-12-13 21:17:20 UTC (rev 31388)
+++ gnunet/src/dv/dv.h  2013-12-14 12:50:01 UTC (rev 31389)
@@ -37,7 +37,7 @@
 struct GNUNET_DV_ConnectMessage
 {
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_TRANSPORT_DV_CONNECT
+   * Type: #GNUNET_MESSAGE_TYPE_DV_CONNECT
    */
   struct GNUNET_MessageHeader header;
 
@@ -69,7 +69,7 @@
 struct GNUNET_DV_DisconnectMessage
 {
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_TRANSPORT_DV_DISCONNECT
+   * Type: #GNUNET_MESSAGE_TYPE_DV_DISCONNECT
    */
   struct GNUNET_MessageHeader header;
 
@@ -96,7 +96,7 @@
 struct GNUNET_DV_ReceivedMessage
 {
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_TRANSPORT_DV_RECV
+   * Type: #GNUNET_MESSAGE_TYPE_DV_RECV
    */
   struct GNUNET_MessageHeader header;
 




reply via email to

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