# HG changeset patch # User Sebastien Jodogne # Date 1531822072 -7200 # Node ID 5bdd19c85d9fdab06fca08e159524f3a3d50e49c # Parent bb63068844ae1a37934e3e90ba539d7be495e163 new reserved global properties diff -r bb63068844ae -r 5bdd19c85d9f OrthancServer/ServerEnumerations.h --- 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,