aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-18 15:52:22 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-18 15:52:22 +0000
commit3b691360358390bee96bf66568b4416e41c33d59 (patch)
tree48641646edd84023d613f04fce1a8a1d171c222d /src/include
parent8dceae82b3478d223779cbcc335b4ca497acbba5 (diff)
downloadgnunet-3b691360358390bee96bf66568b4416e41c33d59.tar.gz
gnunet-3b691360358390bee96bf66568b4416e41c33d59.zip
- logger service for aggregating stat data from testbed peers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 54e059907..f65d76775 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1811,17 +1811,24 @@ extern "C"
1811 */ 1811 */
1812#define GNUNET_MESSAGE_TYPE_SET_REQUEST 578 1812#define GNUNET_MESSAGE_TYPE_SET_REQUEST 578
1813 1813
1814
1815/** 1814/**
1816 * Evaluate a set operation 1815 * Evaluate a set operation
1817 */ 1816 */
1818#define GNUNET_MESSAGE_TYPE_SET_CREATE 579 1817#define GNUNET_MESSAGE_TYPE_SET_CREATE 579
1819 1818
1820 1819
1820/*******************************************************************************
1821 * TESTBED LOGGER message types
1822 ******************************************************************************/
1823
1821/** 1824/**
1822 * Next available: 600 1825 * Message for TESTBED LOGGER
1823 */ 1826 */
1827#define GNUNET_MESSAGE_TYPE_TESTBED_LOGGER_MSG 600
1824 1828
1829/**
1830 * Next available: 605
1831 */
1825 1832
1826/******************************************************************************* 1833/*******************************************************************************
1827 * TODO: we need a way to register message types centrally (via some webpage). 1834 * TODO: we need a way to register message types centrally (via some webpage).