summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-19 18:04:28 +1000
committerNathan Scott <nathans@redhat.com>2020-08-19 18:04:28 +1000
commit00d333cc7b2f859012f9a289489e49b8b4245c50 (patch)
tree7a64416c9be30f7efd4864e01c5d186a338d8364 /Process.h
parenteef6bc447d3c0ecaac8bd0b0e3d291d9688ff35e (diff)
parent536941fb238a63961828300eb4cfa303c6664f63 (diff)
Merge branch 'hishamhm-pull-869'
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 7ecd81c5..c4575167 100644
--- a/Process.h
+++ b/Process.h
@@ -166,10 +166,12 @@ typedef struct ProcessClass_ {
#define ONE_K 1024L
#define ONE_M (ONE_K * ONE_K)
#define ONE_G (ONE_M * ONE_K)
+#define ONE_T ((long long)ONE_G * ONE_K)
#define ONE_DECIMAL_K 1000L
#define ONE_DECIMAL_M (ONE_DECIMAL_K * ONE_DECIMAL_K)
#define ONE_DECIMAL_G (ONE_DECIMAL_M * ONE_DECIMAL_K)
+#define ONE_DECIMAL_T ((long long)ONE_DECIMAL_G * ONE_DECIMAL_K)
extern char Process_pidFormat[20];

© 2014-2024 Faster IT GmbH | imprint | privacy policy