summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorShen Feng <shen@cn.fujitsu.com>2009-06-03 12:02:23 -0400
committerChris Mason <chris.mason@oracle.com>2009-06-03 12:15:40 -0400
commit61907d4e8164ed9504a00b8e2c4ca6601f126b0d (patch)
tree4b0bb98de167d7a1e2c356fe87ca62f06e8fe0ca /print-tree.h
parent0869c0ca7cbd996ccf337695cc0c8e3aa1447111 (diff)
Update btrfs-debug-tree to output more readable strings.
output objectid in btrfs_disk_key with human readable strings. Other updates are included for more readable output. Thanks Fengguang's fix to this patch. Signed-off-by: Shen Feng <shen@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-tree.h b/print-tree.h
index da75efe5..4d1a01ae 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -20,4 +20,5 @@
#define __PRINT_TREE_
void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t);
+void btrfs_print_key(struct btrfs_disk_key *disk_key);
#endif