aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a95c0107a..4063b2efd 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2438,6 +2438,16 @@ extern "C"
2438 */ 2438 */
2439#define GNUNET_MESSAGE_TYPE_SENSOR_BRIEF 806 2439#define GNUNET_MESSAGE_TYPE_SENSOR_BRIEF 806
2440 2440
2441/**
2442 * Request for full sensor information
2443 */
2444#define GNUNET_MESSAGE_TYPE_SENSOR_FULL_REQ 807
2445
2446/**
2447 * Full sensor information
2448 */
2449#define GNUNET_MESSAGE_TYPE_SENSOR_FULL 808
2450
2441 2451
2442/******************************************************************************* 2452/*******************************************************************************
2443 * PEERSTORE message types 2453 * PEERSTORE message types