aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-zoneimport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-01 22:14:54 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-01 22:14:54 +0200
commitee713e989d329969c6ed65a91b93620e8d4123b6 (patch)
treea11fa575c20e9e061ec5ffc14aa7c0fe6bff23f6 /src/namestore/gnunet-zoneimport.c
parent0c7ee9c2b1ad1290df54b0e394e2ede79575f671 (diff)
downloadgnunet-ee713e989d329969c6ed65a91b93620e8d4123b6.tar.gz
gnunet-ee713e989d329969c6ed65a91b93620e8d4123b6.zip
update gitignore
Diffstat (limited to 'src/namestore/gnunet-zoneimport.c')
-rw-r--r--src/namestore/gnunet-zoneimport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c
index f8e382760..e24cb26dd 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -178,7 +178,7 @@ struct Request
178 /** 178 /**
179 * At what time does the (earliest) of the returned records 179 * At what time does the (earliest) of the returned records
180 * for this name expire? At this point, we need to re-fetch 180 * for this name expire? At this point, we need to re-fetch
181 * the record. 181 * the record.
182 */ 182 */
183 struct GNUNET_TIME_Absolute expires; 183 struct GNUNET_TIME_Absolute expires;
184 184
@@ -189,7 +189,7 @@ struct Request
189 * NAMESTORE operation. 189 * NAMESTORE operation.
190 */ 190 */
191 struct GNUNET_TIME_Absolute op_start_time; 191 struct GNUNET_TIME_Absolute op_start_time;
192 192
193 /** 193 /**
194 * How often did we issue this query? (And failed, reset 194 * How often did we issue this query? (And failed, reset
195 * to zero once we were successful.) 195 * to zero once we were successful.)
@@ -240,7 +240,7 @@ static unsigned int lookups;
240 240
241/** 241/**
242 * Number of records we had cached. 242 * Number of records we had cached.
243 */ 243 */
244static unsigned int cached; 244static unsigned int cached;
245 245
246/** 246/**