aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-11 10:28:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-11 10:28:07 +0000
commit9dccfed7fc149542bb836da4243f105dec485114 (patch)
tree5d361d801a29e8410159fb9fe551536d271d28ee /src/fs/fs.h
parenta6192b717590e4850a28591383775dd56e403a94 (diff)
downloadgnunet-9dccfed7fc149542bb836da4243f105dec485114.tar.gz
gnunet-9dccfed7fc149542bb836da4243f105dec485114.zip
trying to fix SVN 1640
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index e655a3e57..0ba1d08a1 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1925,14 +1925,14 @@ struct NamespaceUpdateNode
1925 1925
1926 /** 1926 /**
1927 * Namespace update generation ID. Used to ensure 1927 * Namespace update generation ID. Used to ensure
1928 * freshness of the scc_id. 1928 * freshness of the tree_id.
1929 */ 1929 */
1930 unsigned int nug; 1930 unsigned int nug;
1931 1931
1932 /** 1932 /**
1933 * SCC this entry belongs to (if nug is current). 1933 * TREE this entry belongs to (if nug is current).
1934 */ 1934 */
1935 unsigned int scc_id; 1935 unsigned int tree_id;
1936 1936
1937}; 1937};
1938 1938