aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-07-25 11:42:08 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-07-25 11:42:08 +0000
commitac2af3883bbceafd3258cad788587a70057010d9 (patch)
treeeee0f1dec96321d13373c0090bfe17b708cca875 /src/include/gnunet_protocols.h
parent98638edc1f1013173895fde63443a667525c58be (diff)
downloadgnunet-ac2af3883bbceafd3258cad788587a70057010d9.tar.gz
gnunet-ac2af3883bbceafd3258cad788587a70057010d9.zip
sensor: towards update functionality
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9b0f16507..a95c0107a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2434,9 +2434,9 @@ extern "C"
2434#define GNUNET_MESSAGE_TYPE_SENSOR_LIST_REQ 805 2434#define GNUNET_MESSAGE_TYPE_SENSOR_LIST_REQ 805
2435 2435
2436/** 2436/**
2437 * Sensor list sent from update point to requesting peer 2437 * Messsage carrying brief sensor information (name, version)
2438 */ 2438 */
2439#define GNUNET_MESSAGE_TYPE_SENSOR_LIST 806 2439#define GNUNET_MESSAGE_TYPE_SENSOR_BRIEF 806
2440 2440
2441 2441
2442/******************************************************************************* 2442/*******************************************************************************