summaryrefslogtreecommitdiffstats
path: root/tools/src/h5import/h5import.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-20 21:40:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-20 21:40:49 (GMT)
commit6b2f384a3cd6c4ff4334fe6b590aad1ea9e1178f (patch)
tree6d6ef6a60b6355c2704a5489a39ac39bc899df70 /tools/src/h5import/h5import.h
parent14e52dcfa926b19c3940e3efda938a1eacf332de (diff)
downloadhdf5-6b2f384a3cd6c4ff4334fe6b590aad1ea9e1178f.zip
hdf5-6b2f384a3cd6c4ff4334fe6b590aad1ea9e1178f.tar.gz
hdf5-6b2f384a3cd6c4ff4334fe6b590aad1ea9e1178f.tar.bz2
HDFFV-10219 default input binary to NATIVE
Diffstat (limited to 'tools/src/h5import/h5import.h')
-rw-r--r--tools/src/h5import/h5import.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/h5import/h5import.h b/tools/src/h5import/h5import.h
index b27b944..c55717d 100644
--- a/tools/src/h5import/h5import.h
+++ b/tools/src/h5import/h5import.h
@@ -83,6 +83,7 @@ struct Input
struct path_info path;
int inputClass;
int inputSize;
+ int inputArchitecture;
int inputByteOrder;
int rank;
hsize_t* sizeOfDimension;