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.h40
1 files changed, 34 insertions, 6 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index fba99ff43..855ee0703 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2171,13 +2171,13 @@ extern "C"
2171/** S->C: result of an operation */ 2171/** S->C: result of an operation */
2172#define GNUNET_MESSAGE_TYPE_PSYC_RESULT_CODE 680 2172#define GNUNET_MESSAGE_TYPE_PSYC_RESULT_CODE 680
2173 2173
2174/** C->S: request to start a master */ 2174/** C->S: request to start a channel as a master */
2175#define GNUNET_MESSAGE_TYPE_PSYC_MASTER_START 681 2175#define GNUNET_MESSAGE_TYPE_PSYC_MASTER_START 681
2176 2176
2177/** S->C: master start acknowledgement */ 2177/** S->C: master start acknowledgement */
2178#define GNUNET_MESSAGE_TYPE_PSYC_MASTER_START_ACK 682 2178#define GNUNET_MESSAGE_TYPE_PSYC_MASTER_START_ACK 682
2179 2179
2180/** C->S: request to start a master */ 2180/** C->S: request to join a channel as a slave */
2181#define GNUNET_MESSAGE_TYPE_PSYC_SLAVE_JOIN 683 2181#define GNUNET_MESSAGE_TYPE_PSYC_SLAVE_JOIN 683
2182 2182
2183/** S->C: slave join acknowledgement */ 2183/** S->C: slave join acknowledgement */
@@ -2489,14 +2489,42 @@ extern "C"
2489#define GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_END 825 2489#define GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_END 825
2490 2490
2491 2491
2492/**
2493 * Next available: 840
2494 */
2495
2496/******************************************************************************* 2492/*******************************************************************************
2497 * SOCIAL message types 2493 * SOCIAL message types
2498 ******************************************************************************/ 2494 ******************************************************************************/
2499 2495
2496/**
2497 * C: client
2498 * S: service
2499 * P: PSYC
2500 */
2501
2502/** S->C: result of an operation */
2503#define GNUNET_MESSAGE_TYPE_SOCIAL_RESULT_CODE 840
2504
2505/** C->S: request to enter a home as the host */
2506#define GNUNET_MESSAGE_TYPE_SOCIAL_HOME_ENTER 841
2507
2508/** S->C: home enter acknowledgement */
2509#define GNUNET_MESSAGE_TYPE_SOCIAL_HOME_ENTER_ACK 842
2510
2511/** C->S: request to enter a place as a guest */
2512#define GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_ENTER 843
2513
2514/** S->C: guest join acknowledgement */
2515#define GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_ENTER_ACK 844
2516
2517/** P->S->C: incoming join request from PSYC */
2518#define GNUNET_MESSAGE_TYPE_SOCIAL_JOIN_REQUEST 847
2519
2520/** C->S->P: decision about a join request */
2521#define GNUNET_MESSAGE_TYPE_SOCIAL_JOIN_DECISION 848
2522
2523
2524/**
2525 * Next available: 880
2526 */
2527
2500 2528
2501/** 2529/**
2502 * Type used to match 'all' message types. 2530 * Type used to match 'all' message types.