aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-14 10:22:51 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-14 10:22:51 +0000
commit2674f29dc3ace3b8f9243d8c9ba340743c67b449 (patch)
tree00bd444d757560f8d2c93b3baf6756ef718a797c /src/include/gnunet_applications.h
parent0d61985b574cf5ba0e807200c5a8612e6b88a357 (diff)
downloadgnunet-2674f29dc3ace3b8f9243d8c9ba340743c67b449.tar.gz
gnunet-2674f29dc3ace3b8f9243d8c9ba340743c67b449.zip
-missing include/ changes from last patches
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 1817fcac7..9620d909e 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -53,7 +53,12 @@ extern "C"
53/** 53/**
54 * Transfer of blocks for non-anonymmous file-sharing. 54 * Transfer of blocks for non-anonymmous file-sharing.
55 */ 55 */
56#define GNUNET_APPLICATION_TYPE_FS_BLOCK_TRANSFER 3 56#define GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER "fs-block"
57
58/**
59 * Transfer of blocks for random peer sampling.
60 */
61#define GNUNET_APPLICATION_PORT_RPS "rps"
57 62
58/** 63/**
59 * Internet DNS resolution (external DNS gateway). This is a "well-known" 64 * Internet DNS resolution (external DNS gateway). This is a "well-known"