[fedfs-utils] [PATCH 1/9] nsdbc: Add missing documenting comment
    Chuck Lever 
    chuck.lever at oracle.com
       
    Mon Oct 29 10:34:20 PDT 2012
    
    
  
Documenting comment for nsdb_list_resolve_and_display() is missing.
Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---
 src/nsdbc/nsdb-list.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/nsdbc/nsdb-list.c b/src/nsdbc/nsdb-list.c
index 5f058b3..0e271b2 100644
--- a/src/nsdbc/nsdb-list.c
+++ b/src/nsdbc/nsdb-list.c
@@ -103,6 +103,13 @@ nsdb_list_display_fsls(struct fedfs_fsl *fsls)
 	}
 }
 
+/**
+ * Resolve an FSN and display the returned FSL list
+ *
+ * @param host an initialized and bound nsdb_t object
+ * @param nce a NUL-terminated C string containing DN of NSDB container entry
+ * @param fsn_uuid a NUL-terminated C string containing FSN UUID
+ */
 static void
 nsdb_list_resolve_and_display_fsn(nsdb_t host, const char *nce, const char *fsn_uuid)
 {
    
    
More information about the fedfs-utils-devel
mailing list