summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-07 15:51:23 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-07 15:51:23 (GMT)
commit1292630c62207c5fc6c979517fb0f827f1e2aa1f (patch)
tree71f727166fa860ea674f502e0cce6eb7576c07cf /src
parent3aaa7a4f279f5605d547fea52e03e43f08b2c8e6 (diff)
downloadhdf5-1292630c62207c5fc6c979517fb0f827f1e2aa1f.zip
hdf5-1292630c62207c5fc6c979517fb0f827f1e2aa1f.tar.gz
hdf5-1292630c62207c5fc6c979517fb0f827f1e2aa1f.tar.bz2
Straggler from previous: declare the new shadow_index_reclaim log
outlet.
Diffstat (limited to 'src')
-rw-r--r--src/H5FDvfd_swmr_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDvfd_swmr_private.h b/src/H5FDvfd_swmr_private.h
index 834d88b..325ddce 100644
--- a/src/H5FDvfd_swmr_private.h
+++ b/src/H5FDvfd_swmr_private.h
@@ -67,6 +67,7 @@ typedef TAILQ_HEAD(eot_queue, eot_queue_entry) eot_queue_t;
extern eot_queue_t eot_queue_g;
HLOG_OUTLET_DECL(swmr);
+HLOG_OUTLET_DECL(shadow_index_reclaim);
/***************************************/
/* Library-private Function Prototypes */