gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19323 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r19323 - gnunet/src/core
Date: Mon, 23 Jan 2012 10:24:30 +0100

Author: wachs
Date: 2012-01-23 10:24:30 +0100 (Mon, 23 Jan 2012)
New Revision: 19323

Modified:
   gnunet/src/core/test_core_api_send_to_self.c
Log:
- use dummy msg type intended for testing


Modified: gnunet/src/core/test_core_api_send_to_self.c
===================================================================
--- gnunet/src/core/test_core_api_send_to_self.c        2012-01-23 09:14:36 UTC 
(rev 19322)
+++ gnunet/src/core/test_core_api_send_to_self.c        2012-01-23 09:24:30 UTC 
(rev 19323)
@@ -113,7 +113,7 @@
   struct GNUNET_MessageHeader *hdr = buf;
 
   hdr->size = htons (sizeof (struct GNUNET_MessageHeader));
-  hdr->type = htons (GNUNET_MESSAGE_TYPE_VPN_UDP_TO_SERVICE);
+  hdr->type = htons (GNUNET_MESSAGE_TYPE_DUMMY);
   return ntohs (hdr->size);
 }
 
@@ -163,7 +163,7 @@
      const struct GNUNET_CONFIGURATION_Handle *cfg)
 {
   const static struct GNUNET_CORE_MessageHandler handlers[] = {
-    {&receive, GNUNET_MESSAGE_TYPE_VPN_UDP_TO_SERVICE, 0},
+    {&receive, GNUNET_MESSAGE_TYPE_DUMMY, 0},
     {NULL, 0, 0}
   };
 




reply via email to

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