comparison OrthancServer/Sources/ServerContext.h @ 5182:cddf28cfcd8d

style
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 25 Mar 2023 11:38:37 +0100
parents c81f363d3aa3
children 5ec3dcdf78b9
comparison
equal deleted inserted replaced
5181:65b05b44ae4c 5182:cddf28cfcd8d
185 unsigned int sleepDelay); 185 unsigned int sleepDelay);
186 186
187 static void SaveJobsThread(ServerContext* that, 187 static void SaveJobsThread(ServerContext* that,
188 unsigned int sleepDelay); 188 unsigned int sleepDelay);
189 189
190 #if HAVE_MALLOC_TRIM == 1
190 static void HousekeeperThread(ServerContext* that, 191 static void HousekeeperThread(ServerContext* that,
191 unsigned int sleepDelay); 192 unsigned int sleepDelay);
193 #endif
192 194
193 void SaveJobsEngine(); 195 void SaveJobsEngine();
194 196
195 virtual void SignalJobSubmitted(const std::string& jobId) ORTHANC_OVERRIDE; 197 virtual void SignalJobSubmitted(const std::string& jobId) ORTHANC_OVERRIDE;
196 198