aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-07-24 11:55:36 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-07-24 11:55:36 +0000
commit9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4 (patch)
treebba38852510ccf6c9c34194d859b5d246339c55b /src/include
parent3c2e1baac2588ae2783f560e1aa6b459aa9ee6f5 (diff)
downloadgnunet-9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4.tar.gz
gnunet-9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4.zip
sensor: towards update functionality
Diffstat (limited to 'src/include')
-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 cff78eea6..9b0f16507 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2428,6 +2428,16 @@ extern "C"
2428 */ 2428 */
2429#define GNUNET_MESSAGE_TYPE_SENSOR_READING 804 2429#define GNUNET_MESSAGE_TYPE_SENSOR_READING 804
2430 2430
2431/**
2432 * Request for sensor list from update point
2433 */
2434#define GNUNET_MESSAGE_TYPE_SENSOR_LIST_REQ 805
2435
2436/**
2437 * Sensor list sent from update point to requesting peer
2438 */
2439#define GNUNET_MESSAGE_TYPE_SENSOR_LIST 806
2440
2431 2441
2432/******************************************************************************* 2442/*******************************************************************************
2433 * PEERSTORE message types 2443 * PEERSTORE message types