Simplify tests for fork() capabilities
[p5sagit/p5-mst-13.2.git] / hv.h
diff --git a/hv.h b/hv.h
index efba2b9..dfb0d25 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -36,6 +36,11 @@ struct shared_he {
     struct hek shared_he_hek;
 };
 
+struct refcounted_he {
+    struct he refcounted_he_he;
+    U32 refcounted_he_refcnt;
+};
+
 /* Subject to change.
    Don't access this directly.
 */