aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-25 17:45:55 +0000
committerGabor X Toth <*@tg-x.net>2013-09-25 17:45:55 +0000
commit38f919aee243423fdc49828687c5735ab77b9128 (patch)
tree05ad74ccb4702d5423da4078d1825598f4526001 /src/include/gnunet_psyc_service.h
parent77f81b949fe89c8a316f49fc5fa75cd51c513468 (diff)
downloadgnunet-38f919aee243423fdc49828687c5735ab77b9128.tar.gz
gnunet-38f919aee243423fdc49828687c5735ab77b9128.zip
psyc service skeleton
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index e849cffd9..a643a5f49 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -355,6 +355,7 @@ typedef int
355 */ 355 */
356enum GNUNET_PSYC_MasterTransmitFlags 356enum GNUNET_PSYC_MasterTransmitFlags
357{ 357{
358 GNUNET_PSYC_MASTER_TRANSMIT_NONE = 0,
358 /** 359 /**
359 * Whether this message should reset the channel state, 360 * Whether this message should reset the channel state,
360 * i.e. remove all previously stored state variables. 361 * i.e. remove all previously stored state variables.
@@ -507,7 +508,11 @@ typedef int
507/** 508/**
508 * Flags for transmitting messages to the channel master by a slave. 509 * Flags for transmitting messages to the channel master by a slave.
509 */ 510 */
510enum GNUNET_PSYC_SlaveTransmitFlags; 511enum GNUNET_PSYC_SlaveTransmitFlags
512{
513 GNUNET_PSYC_SLAVE_TRANSMIT_NONE = 0
514};
515
511 516
512/** 517/**
513 * Handle for a pending PSYC transmission operation. 518 * Handle for a pending PSYC transmission operation.