aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-22 15:49:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-22 15:49:49 +0000
commitc2d88b4c711713ee4d5511cb30142aa4c7738548 (patch)
treef2d6c6059e12ed80ef0ec2276d383e8f566b2de4 /src/include/gnunet_applications.h
parent71896114a4f9c2bd7eb1c3f67cc7ba23d6522152 (diff)
downloadgnunet-c2d88b4c711713ee4d5511cb30142aa4c7738548.tar.gz
gnunet-c2d88b4c711713ee4d5511cb30142aa4c7738548.zip
starting to use stream in fs
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 1e9db3e72..142194ec0 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -50,6 +50,10 @@ extern "C"
50 */ 50 */
51#define GNUNET_APPLICATION_TYPE_INTERNET_RESOLVER 2 51#define GNUNET_APPLICATION_TYPE_INTERNET_RESOLVER 2
52 52
53/**
54 * Transfer of blocks for non-anonymmous file-sharing.
55 */
56#define GNUNET_APPLICATION_TYPE_FS_BLOCK_TRANSFER 3
53 57
54/** 58/**
55 * Internet IPv4 gateway (any TCP/UDP/ICMP). 59 * Internet IPv4 gateway (any TCP/UDP/ICMP).