aboutsummaryrefslogtreecommitdiff
path: root/constants/cryptohome.h
diff options
context:
space:
mode:
Diffstat (limited to 'constants/cryptohome.h')
-rw-r--r--constants/cryptohome.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/constants/cryptohome.h b/constants/cryptohome.h
new file mode 100644
index 0000000..7c5c512
--- /dev/null
+++ b/constants/cryptohome.h
@@ -0,0 +1,15 @@
+// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONSTANTS_CRYPTOHOME_H_
+#define CONSTANTS_CRYPTOHOME_H_
+
+namespace cryptohome {
+
+// Cleanup is trigerred if the amount of free disk space goes below this value.
+const int64 kMinFreeSpaceInBytes = 512 * 1LL << 20;
+
+} // namespace cryptohome
+
+#endif // CONSTANTS_CRYPTOHOME_H_