From 2674f29dc3ace3b8f9243d8c9ba340743c67b449 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Aug 2016 10:22:51 +0000 Subject: [PATCH] -missing include/ changes from last patches --- src/include/gnunet_applications.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" /** * Transfer of blocks for non-anonymmous file-sharing. */ -#define GNUNET_APPLICATION_TYPE_FS_BLOCK_TRANSFER 3 +#define GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER "fs-block" + +/** + * Transfer of blocks for random peer sampling. + */ +#define GNUNET_APPLICATION_PORT_RPS "rps" /** * Internet DNS resolution (external DNS gateway). This is a "well-known" -- 2.25.1