summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-22 17:12:14 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-22 17:12:14 (GMT)
commit7527ed7d6f3d122e2b00e919c4a8d993b1e196be (patch)
tree53eb4c159681c889f3f7f658cf4e290a05cb9d98 /test/h5test.h
parent2c29bc24ffa74517adb67e822d9aac40534817d2 (diff)
downloadhdf5-7527ed7d6f3d122e2b00e919c4a8d993b1e196be.zip
hdf5-7527ed7d6f3d122e2b00e919c4a8d993b1e196be.tar.gz
hdf5-7527ed7d6f3d122e2b00e919c4a8d993b1e196be.tar.bz2
[svn-r5218] Purpose:
New feature Description: Added h5_show_hostname to display the hostname of the host in which the process runs. It can help identify location of process in multiple processes or batch launching environments. Platforms tested: Eirene (pp)
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 9614b30..cc627ab 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 1998 NCSA
+ * Copyright (c) 1998-2002 NCSA
* All rights reserved.
*
* Programmer: Robb Matzke <matzke@llnl.gov>
@@ -59,6 +59,7 @@ char *h5_fixname(const char *base_name, hid_t fapl, char *fullname,
hid_t h5_fileaccess(void);
void h5_no_hwconv(void);
void h5_reset(void);
+void h5_show_hostname(void);
#ifdef __cplusplus
}