From 11e8c667f62ef3a1a0b099013352ba6053595142 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 20 Dec 2016 21:30:46 -0500 Subject: Add tera and peta suffices for -size --- bfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfs.h') 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, }; /** -- cgit v1.2.3