projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improve memory mapping.
[paraslash.git]
/
attribute.c
diff --git
a/attribute.c
b/attribute.c
index
569c892
..
d22511d
100644
(file)
--- a/
attribute.c
+++ b/
attribute.c
@@
-598,7
+598,11
@@
static int attribute_create(const char *dir)
return osl_create_table(&attribute_table_desc);
}
-
+/**
+ * Initialize the attribute table structure.
+ *
+ * \param t The table structure to initialize.
+ */
void attribute_init(struct afs_table *t)
{
t->name = attribute_table_desc.name;