aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 18:01:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 18:01:16 +0000
commit25e37143ca6ddc3ea7d3c2e3fd7c66002a45e060 (patch)
tree8796fd0e148c6914897d6c53d25c6327b5a8263b /src/util/configuration.c
parent0904af031c4f1411419b3047f893e0672957d146 (diff)
downloadgnunet-25e37143ca6ddc3ea7d3c2e3fd7c66002a45e060.tar.gz
gnunet-25e37143ca6ddc3ea7d3c2e3fd7c66002a45e060.zip
-switching (again) to named sockets, see #2887
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index d7076fac1..1e516b825 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -88,8 +88,8 @@ struct GNUNET_CONFIGURATION_Handle
88 88
89 /** 89 /**
90 * Modification indication since last save 90 * Modification indication since last save
91 * GNUNET_NO if clean, GNUNET_YES if dirty, 91 * #GNUNET_NO if clean, #GNUNET_YES if dirty,
92 * GNUNET_SYSERR on error (i.e. last save failed) 92 * #GNUNET_SYSERR on error (i.e. last save failed)
93 */ 93 */
94 int dirty; 94 int dirty;
95 95
@@ -142,10 +142,10 @@ GNUNET_CONFIGURATION_destroy (struct GNUNET_CONFIGURATION_Handle *cfg)
142 * @param cfg configuration to update 142 * @param cfg configuration to update
143 * @param mem the memory block of serialized configuration 143 * @param mem the memory block of serialized configuration
144 * @param size the size of the memory block 144 * @param size the size of the memory block
145 * @param allow_inline set to GNUNET_YES if we recursively load configuration 145 * @param allow_inline set to #GNUNET_YES if we recursively load configuration
146 * from inlined configurations; GNUNET_NO if not and raise warnings 146 * from inlined configurations; #GNUNET_NO if not and raise warnings
147 * when we come across them 147 * when we come across them
148 * @return GNUNET_OK on success, GNUNET_ERROR on error 148 * @return #GNUNET_OK on success, #GNUNET_ERROR on error
149 */ 149 */
150int 150int
151GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg, 151GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,