diff OrthancServer/ServerContext.h @ 3165:1fe524e211af

New configuration option: "SaveJobs" to specify whether jobs are stored in the database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jan 2019 18:24:13 +0100
parents ac72032d69a2
children 8ea7c4546c3a
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Thu Jan 24 18:06:13 2019 +0100
+++ b/OrthancServer/ServerContext.h	Thu Jan 24 18:24:13 2019 +0100
@@ -216,6 +216,7 @@
     std::auto_ptr<SharedArchive>  queryRetrieveArchive_;
     std::string defaultLocalAet_;
     OrthancHttpHandler  httpHandler_;
+    bool saveJobs_;
 
   public:
     class DicomCacheLocker : public boost::noncopyable