aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-30 21:18:13 +0000
committerGabor X Toth <*@tg-x.net>2014-07-30 21:18:13 +0000
commit40884377f3126bbecbfd3243d47224b3094914f9 (patch)
tree9f32aab9064b199178282a0c9918313e0aa30049 /src/include/gnunet_protocols.h
parent831718fa44b2c56577aa4e36a479fef6debb8cea (diff)
downloadgnunet-40884377f3126bbecbfd3243d47224b3094914f9.tar.gz
gnunet-40884377f3126bbecbfd3243d47224b3094914f9.zip
psyc, psycstore: retrieve state and history
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 5626e1e5e..ea295197c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2187,10 +2187,10 @@ extern "C"
2187/* 700 */ 2187/* 700 */
2188 2188
2189/** C->S: client requests channel history from PSYCstore. */ 2189/** C->S: client requests channel history from PSYCstore. */
2190#define GNUNET_MESSAGE_TYPE_PSYC_STORY_REQUEST 701 2190#define GNUNET_MESSAGE_TYPE_PSYC_HISTORY_REPLAY 701
2191 2191
2192/** S->C: result for a channel history request */ 2192/** S->C: result for a channel history request */
2193#define GNUNET_MESSAGE_TYPE_PSYC_STORY_RESULT 702 2193#define GNUNET_MESSAGE_TYPE_PSYC_HISTORY_RESULT 702
2194 2194
2195 2195
2196/** C->S: request best matching state variable from PSYCstore. */ 2196/** C->S: request best matching state variable from PSYCstore. */