diff OrthancServer/ServerEnumerations.h @ 206:4453a010d0db

flush to disk thread
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Nov 2012 12:03:18 +0100
parents 7f4acf490179
children e5d5d4a9a326
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Wed Nov 28 11:34:54 2012 +0100
+++ b/OrthancServer/ServerEnumerations.h	Wed Nov 28 12:03:18 2012 +0100
@@ -35,6 +35,11 @@
 
 namespace Orthanc
 {
+  enum GlobalProperty
+  {
+    GlobalProperty_FlushSleep = 1
+  };
+
   enum SeriesStatus
   {
     SeriesStatus_Complete,