aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 21:07:10 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 21:07:10 +0000
commitc3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5 (patch)
treeace615d5745cbd037c6534abdc3b5f94a2bba7d6 /src/include/gnunet_protocols.h
parenta095a849fcd95efeb57db80b4346e4f2eedf9899 (diff)
downloadgnunet-c3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5.tar.gz
gnunet-c3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5.zip
adding indexing support
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 419bbe28d..686205c31 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -367,6 +367,24 @@ extern "C"
367 */ 367 */
368#define GNUNET_MESSAGE_TYPE_DATASTORE_DROP 102 368#define GNUNET_MESSAGE_TYPE_DATASTORE_DROP 102
369 369
370
371/**
372 * Message sent by fs client to start indexing.
373 */
374#define GNUNET_MESSAGE_TYPE_FS_INDEX_START 128
375
376/**
377 * Affirmative response to a request for start indexing.
378 */
379#define GNUNET_MESSAGE_TYPE_FS_INDEX_START_OK 129
380
381
382/**
383 * Response to a request for start indexing that
384 * refuses.
385 */
386#define GNUNET_MESSAGE_TYPE_FS_INDEX_START_FAILED 130
387
370/* 388/*
371 TODO: 389 TODO:
372 - DV 390 - DV