summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_utils.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-22 14:03:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-22 14:03:59 (GMT)
commit60030b5631053ec7c4c9633f58ac9ae90bc2cbdd (patch)
tree1f14661f2892aa8eadba4e5993eddab0573aab8c /tools/lib/h5tools_utils.h
parent147edec689b35162a38f13033565f2ca17a60661 (diff)
downloadhdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.zip
hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.tar.gz
hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.tar.bz2
[svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u'
Moved lib variables windows linking declarations to proper file location. Tested: local linux windows
Diffstat (limited to 'tools/lib/h5tools_utils.h')
-rw-r--r--tools/lib/h5tools_utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h
index 3e628e2..f30974a 100644
--- a/tools/lib/h5tools_utils.h
+++ b/tools/lib/h5tools_utils.h
@@ -32,6 +32,12 @@ extern "C" {
#define PRINT_DATA_MAX_SIZE 512
#define OUTBUFF_SIZE (PRINT_DATA_MAX_SIZE*4)
+H5TOOLS_DLLVAR int g_nTasks;
+H5TOOLS_DLLVAR unsigned char g_Parallel;
+H5TOOLS_DLLVAR char outBuff[];
+H5TOOLS_DLLVAR int outBuffOffset;
+H5TOOLS_DLLVAR FILE * overflow_file;
+
/* Maximum size used in a call to malloc for a dataset */
H5TOOLS_DLLVAR hsize_t H5TOOLS_MALLOCSIZE;
/* size of hyperslab buffer when a dataset is bigger than H5TOOLS_MALLOCSIZE */