summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-12-20 21:30:46 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-12-20 21:31:36 -0500
commit11e8c667f62ef3a1a0b099013352ba6053595142 (patch)
treeec42e4bac4084c73b1fca3748b3300b00af40682 /bfs.h
parent0609e6f29719a7e88b8233d6bd5b75509a2d59f5 (diff)
downloadbfs-11e8c667f62ef3a1a0b099013352ba6053595142.tar.xz
Add tera and peta suffices for -size
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfs.h b/bfs.h
index e391428..3a470f3 100644
--- a/bfs.h
+++ b/bfs.h
@@ -172,6 +172,10 @@ enum size_unit {
SIZE_MB,
/** Gibibytes. */
SIZE_GB,
+ /** Tebibytes. */
+ SIZE_TB,
+ /** Pebibytes. */
+ SIZE_PB,
};
/**