diff OrthancServer/ServerEnumerations.h @ 2774:5bdd19c85d9f

new reserved global properties
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Jul 2018 12:07:52 +0200
parents 46061a91c88a
children ce310baccda6
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,