aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_env_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-15 10:09:33 +0000
committerGabor X Toth <*@tg-x.net>2013-08-15 10:09:33 +0000
commit9b731d2b45c2ddc2ea24de7a0c87a672a6856f3a (patch)
tree70d1ad32b0500fb38af21e6916665c509090f269 /src/include/gnunet_env_lib.h
parent5e7b0418545ff38967a2d2edc0ebab8e8030f336 (diff)
downloadgnunet-9b731d2b45c2ddc2ea24de7a0c87a672a6856f3a.tar.gz
gnunet-9b731d2b45c2ddc2ea24de7a0c87a672a6856f3a.zip
psycstore: added state_hash_update() and counters_get(); psyc: async state_get*(); multicast: membership test & replay params
Diffstat (limited to 'src/include/gnunet_env_lib.h')
-rw-r--r--src/include/gnunet_env_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_env_lib.h b/src/include/gnunet_env_lib.h
index bde21eaac..e086882ed 100644
--- a/src/include/gnunet_env_lib.h
+++ b/src/include/gnunet_env_lib.h
@@ -40,8 +40,6 @@ 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.
45 */ 43 */
46 GNUNET_ENV_OP_ASSIGN = '=', 44 GNUNET_ENV_OP_ASSIGN = '=',
47 45