Skip to content

Commit

Permalink
libzfs_FQ.c: feat(lib): Add 'FQdump_xattrs()' stringer
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraTech committed Feb 16, 2021
1 parent 088dd5d commit 5e23cc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/libzfs/libzfs_FQ.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ FQdebugf(const char *format, ...) {
}
_Pragma("GCC diagnostic pop")

void
FQdump_xattrs(FQxattrs_t *xattrs) {
fprintf(stderr, "xattrs: %s\nx: %lu\na: %lu\n", xattrs->xattrs, xattrs->x, xattrs->a);
}

//
// Skip if following xattrs:
// 1) A
Expand Down

0 comments on commit 5e23cc4

Please sign in to comment.