aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-05-22 19:11:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-05-22 19:11:07 +0000
commit2dc1ea3556597729487f1370731f85eb1af821dd (patch)
treece33e784977e15a394938591581f4db0eff5388e /src/include
parent7b7ae1d143a8804b3f70206de7e152c56e36def5 (diff)
downloadgnunet-2dc1ea3556597729487f1370731f85eb1af821dd.tar.gz
gnunet-2dc1ea3556597729487f1370731f85eb1af821dd.zip
message types
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a80d4afe7..9325416ec 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1866,6 +1866,25 @@ extern "C"
1866 * extension). 1866 * extension).
1867 ******************************************************************************/ 1867 ******************************************************************************/
1868 1868
1869/*******************************************************************************
1870 * EXPERIMENTATION message types
1871 ******************************************************************************/
1872
1873/**
1874 * Message for experimentation request
1875 */
1876#define GNUNET_MESSAGE_TYPE_EXPERIMENTATION_REQUEST 610
1877
1878/**
1879 * Message for experimentation response
1880 */
1881#define GNUNET_MESSAGE_TYPE_EXPERIMENTATION_RESPONSE 611
1882
1883/**
1884 * Next available: 620
1885 */
1886
1887
1869/** 1888/**
1870 * Type used to match 'all' message types. 1889 * Type used to match 'all' message types.
1871 */ 1890 */