]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/distribute-cache-private.h
(no commit message)
[imagemagick] / MagickCore / distribute-cache-private.h
index 6b6f5ff4a2b06b700227a513c26bd964b0d719ed..68765b984b0f79d215939887135dde33822e1e06 100644 (file)
 #ifndef _MAGICKCORE_DISTRIBUTE_CACHE_PRIVATE_H
 #define _MAGICKCORE_DISTRIBUTE_CACHE_PRIVATE_H
 
+#include "MagickCore/geometry.h"
+#include "MagickCore/exception.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include "MagickCore/geometry.h"
-#include "MagickCore/exception.h"
-
 typedef struct _DistributeCacheInfo
 {
   int
@@ -39,6 +39,9 @@ typedef struct _DistributeCacheInfo
   int
     port;
 
+  MagickBooleanType
+    debug;
+
   size_t
     signature;
 } DistributeCacheInfo;