summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-27 15:06:08 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-27 15:06:08 (GMT)
commit8e8cd5f11cf59e6564efc30fa3e48384298b2f2f (patch)
treef429ec5d8a294d1bd3b7c7cbdc2032d51229869a /src/H5VLiod.c
parentada972178f60a918810a02085bbd6fcad9b17acc (diff)
downloadhdf5-8e8cd5f11cf59e6564efc30fa3e48384298b2f2f.zip
hdf5-8e8cd5f11cf59e6564efc30fa3e48384298b2f2f.tar.gz
hdf5-8e8cd5f11cf59e6564efc30fa3e48384298b2f2f.tar.bz2
[svn-r25218] allow making co-resident calls from a server process in non-coresident mode:
- add mercury checks to get the addresses correct - add a second AXE engine for those calls
Diffstat (limited to 'src/H5VLiod.c')
-rw-r--r--src/H5VLiod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod.c b/src/H5VLiod.c
index 54a9917..4706315 100644
--- a/src/H5VLiod.c
+++ b/src/H5VLiod.c
@@ -50,7 +50,7 @@ typedef struct H5VL_iod_axe_list_t {
AXE_task_t last_released_task;
} H5VL_iod_axe_list_t;
-static na_addr_t PEER;
+na_addr_t PEER;
static na_class_t *network_class = NULL;
static int coresident = 0;
static AXE_task_t g_axe_id;