summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr_private.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-28 22:36:55 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-28 22:36:55 (GMT)
commitb233408fe85d7b469d5912a421bf5b2ea3e69cf4 (patch)
treeea1318945d45d32ed71a7d5c9d68df1cbf271bee /src/H5FDvfd_swmr_private.h
parentac4afca0c20239bc2e6227dea6d7854769834822 (diff)
downloadhdf5-b233408fe85d7b469d5912a421bf5b2ea3e69cf4.zip
hdf5-b233408fe85d7b469d5912a421bf5b2ea3e69cf4.tar.gz
hdf5-b233408fe85d7b469d5912a421bf5b2ea3e69cf4.tar.bz2
Move the `swmr` log-outlet declaration to H5FDvfd_swmr_private.h and use `swmr`
as the parent outlet of a new outlet for messages about the motion of the shadow index.
Diffstat (limited to 'src/H5FDvfd_swmr_private.h')
-rw-r--r--src/H5FDvfd_swmr_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5FDvfd_swmr_private.h b/src/H5FDvfd_swmr_private.h
index 5351b07..834d88b 100644
--- a/src/H5FDvfd_swmr_private.h
+++ b/src/H5FDvfd_swmr_private.h
@@ -13,6 +13,7 @@
#define _H5FDvfd_swmr_private_H
#include "bsdqueue.h" /* for TAILQ_* */
+#include "hlog.h" /* for TAILQ_* */
/* Forward declaration */
struct H5F_t;
@@ -65,6 +66,8 @@ typedef TAILQ_HEAD(eot_queue, eot_queue_entry) eot_queue_t;
extern eot_queue_t eot_queue_g;
+HLOG_OUTLET_DECL(swmr);
+
/***************************************/
/* Library-private Function Prototypes */
/***************************************/