mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
value strings: pretty printers for flags and enums
This adds zfs_valstr, a collection of pretty printers for bitfields and enums. These are useful in debugging, logging and other display contexts where raw values are difficult for the untrained (or even trained!) eye to decipher. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
This commit is contained in:
@@ -14,6 +14,7 @@ COMMON_H = \
|
||||
zfs_fletcher.h \
|
||||
zfs_namecheck.h \
|
||||
zfs_prop.h \
|
||||
zfs_valstr.h \
|
||||
\
|
||||
sys/abd.h \
|
||||
sys/abd_impl.h \
|
||||
|
||||
Reference in New Issue
Block a user