aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_env_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-07-25 13:45:59 +0000
committerGabor X Toth <*@tg-x.net>2013-07-25 13:45:59 +0000
commit355a2417dd8c39be10217b662fee68b6bf4fa7b3 (patch)
tree5f9ba5536402b67b9480441cd68ac9400667124d /src/include/gnunet_env_lib.h
parent49f7cc3810db46c500de524e3227d04b47adc8e3 (diff)
downloadgnunet-355a2417dd8c39be10217b662fee68b6bf4fa7b3.tar.gz
gnunet-355a2417dd8c39be10217b662fee68b6bf4fa7b3.zip
multicast: message_cb and last_fragment_id for origin_start(); env lib: indicating state reset
Diffstat (limited to 'src/include/gnunet_env_lib.h')
-rw-r--r--src/include/gnunet_env_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_env_lib.h b/src/include/gnunet_env_lib.h
index 49d092a8f..b441c0252 100644
--- a/src/include/gnunet_env_lib.h
+++ b/src/include/gnunet_env_lib.h
@@ -40,6 +40,8 @@ enum GNUNET_ENV_Operator
40 * Assign value for a persistent state variable. 40 * Assign value for a persistent state variable.
41 * 41 *
42 * If an assigned value is NULL, the variable is deleted. 42 * If an assigned value is NULL, the variable is deleted.
43 * If the variable name that comes with thi operator is empty,
44 * it means a full state reset, the channel state is zeroed.
43 */ 45 */
44 GNUNET_ENV_OP_ASSIGN = '=', 46 GNUNET_ENV_OP_ASSIGN = '=',
45 47