gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18997 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r18997 - gnunet/src/dht
Date: Thu, 5 Jan 2012 13:22:15 +0100

Author: bartpolot
Date: 2012-01-05 13:22:15 +0100 (Thu, 05 Jan 2012)
New Revision: 18997

Modified:
   gnunet/src/dht/gnunet-service-dht_neighbours.c
Log:
- Use correct message types

Modified: gnunet/src/dht/gnunet-service-dht_neighbours.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht_neighbours.c      2012-01-05 12:17:50 UTC 
(rev 18996)
+++ gnunet/src/dht/gnunet-service-dht_neighbours.c      2012-01-05 12:22:15 UTC 
(rev 18997)
@@ -1617,7 +1617,7 @@
                                pp, payload, payload_size);
   }
   GNUNET_CONTAINER_bloomfilter_free (bf);
-  GDS_CLIENTS_process_monitor (GNUNET_MESSAGE_TYPE_DHT_P2P_PUT,
+  GDS_CLIENTS_process_monitor (GNUNET_MESSAGE_TYPE_DHT_MONITOR_PUT,
     GNUNET_TIME_absolute_ntoh (put->expiration_time), &put->key,
     putlen, put_path, 0, NULL, ntohl(put->desired_replication_level),
     ntohl (put->type), payload, payload_size);
@@ -1826,7 +1826,7 @@
                               1, GNUNET_NO);
   }
 
-  GDS_CLIENTS_process_monitor (GNUNET_MESSAGE_TYPE_DHT_P2P_GET,
+  GDS_CLIENTS_process_monitor (GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET,
     GNUNET_TIME_UNIT_FOREVER_ABS, &get->key, 0, NULL, 0, NULL,
     ntohl (get->desired_replication_level), type, NULL, 0);
 
@@ -1962,7 +1962,7 @@
                          xget_path, data, data_size);
   }
 
-  GDS_CLIENTS_process_monitor (GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT,
+  GDS_CLIENTS_process_monitor (GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET_RESP,
     GNUNET_TIME_absolute_ntoh (prm->expiration_time), &prm->key,
     put_path_length, put_path, get_path_length, get_path,
     0, type, data, data_size);




reply via email to

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