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.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 3451cdbf4..cff78eea6 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2158,32 +2158,34 @@ extern "C"
2158/** C->S: request to add channel slave to the membership database */ 2158/** C->S: request to add channel slave to the membership database */
2159#define GNUNET_MESSAGE_TYPE_PSYC_CHANNEL_SLAVE_RM 690 2159#define GNUNET_MESSAGE_TYPE_PSYC_CHANNEL_SLAVE_RM 690
2160 2160
2161 2161/** S<--C: PSYC message which contains one or more message parts. */
2162/** M<->S<->C: PSYC message which contains one or more message parts. */
2163#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE 691 2162#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE 691
2164 2163
2164/** M<->S<->C: PSYC message which contains a header and one or more message parts. */
2165#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_HEADER 692 // FIXME: start using this where appropriate
2166
2165/** Message part: method */ 2167/** Message part: method */
2166#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_METHOD 692 2168#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_METHOD 693
2167 2169
2168/** Message part: modifier */ 2170/** Message part: modifier */
2169#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_MODIFIER 693 2171#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_MODIFIER 694
2170 2172
2171/** Message part: modifier continuation */ 2173/** Message part: modifier continuation */
2172#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_MOD_CONT 694 2174#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_MOD_CONT 695
2173 2175
2174/** Message part: data */ 2176/** Message part: data */
2175#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_DATA 695 2177#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_DATA 696
2176 2178
2177/** Message part: end of message */ 2179/** Message part: end of message */
2178#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_END 696 2180#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_END 697
2179 2181
2180/** Message part: message cancelled */ 2182/** Message part: message cancelled */
2181#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_CANCEL 697 2183#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_CANCEL 698
2182 2184
2183/** S->C: message acknowledgement */ 2185/** S->C: message acknowledgement */
2184#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_ACK 698 2186#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_ACK 699
2185 2187
2186/* 699-700 */ 2188/* 700 */
2187 2189
2188/** C->S: client requests channel history from PSYCstore. */ 2190/** C->S: client requests channel history from PSYCstore. */
2189#define GNUNET_MESSAGE_TYPE_PSYC_STORY_REQUEST 701 2191#define GNUNET_MESSAGE_TYPE_PSYC_STORY_REQUEST 701