changeset 2774:5bdd19c85d9f

new reserved global properties
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Jul 2018 12:07:52 +0200
parents bb63068844ae
children 1902ca3d248f 0598e37efb52
files OrthancServer/ServerEnumerations.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Tue Jul 17 11:25:54 2018 +0200
+++ b/OrthancServer/ServerEnumerations.h	Tue Jul 17 12:07:52 2018 +0200
@@ -77,6 +77,8 @@
     GlobalProperty_FlushSleep = 2,
     GlobalProperty_AnonymizationSequence = 3,
     GlobalProperty_JobsRegistry = 5,
+    GlobalProperty_TotalCompressedSize = 6,     // Reserved for Orthanc > 1.4.1
+    GlobalProperty_TotalUncompressedSize = 7,   // Reserved for Orthanc > 1.4.1
 
     // Reserved values for internal use by the database plugins
     GlobalProperty_DatabasePatchLevel = 4,