aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-11 13:17:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-11 13:17:13 +0000
commit79a331635df4add87d69103a9cf8dbe8e28ce58a (patch)
tree01e249751474f412842921d55f148470b735a94c /src/fs/fs.h
parenta5b3f0b503c7afec7bbdf67fa3ae2e31c6cfd837 (diff)
downloadgnunet-79a331635df4add87d69103a9cf8dbe8e28ce58a.tar.gz
gnunet-79a331635df4add87d69103a9cf8dbe8e28ce58a.zip
fix
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 1997d353c..67bb6f4dd 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1059,7 +1059,7 @@ struct OnDemandBlock
1059 1059
1060 /** 1060 /**
1061 * At which offset should we be able to find 1061 * At which offset should we be able to find
1062 * this on-demand encoded block? 1062 * this on-demand encoded block? (in NBO)
1063 */ 1063 */
1064 uint64_t offset GNUNET_PACKED; 1064 uint64_t offset GNUNET_PACKED;
1065 1065