diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Sat Mar 25 11:27:37 2023 +0100
+++ b/OrthancServer/Sources/ServerContext.h	Sat Mar 25 11:38:37 2023 +0100
@@ -187,8 +187,10 @@
     static void SaveJobsThread(ServerContext* that,
                                unsigned int sleepDelay);
 
+#if HAVE_MALLOC_TRIM == 1
     static void HousekeeperThread(ServerContext* that,
                                   unsigned int sleepDelay);
+#endif
 
     void SaveJobsEngine();