aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 664b10636..ff35c6b97 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -420,6 +420,18 @@ extern "C"
420 */ 420 */
421#define GNUNET_MESSAGE_TYPE_FS_CONTENT 137 421#define GNUNET_MESSAGE_TYPE_FS_CONTENT 137
422 422
423/**
424 * P2P request for content (one FS to another).
425 */
426#define GNUNET_MESSAGE_TYPE_FS_GET 138
427
428
429/**
430 * P2P response with content or active
431 * migration of content.
432 */
433#define GNUNET_MESSAGE_TYPE_FS_PUT 139
434
423/* 435/*
424 TODO: 436 TODO:
425 - DV 437 - DV